| Thread | Last Post | Replies |
|
| Find if Record Exists, if it doesn't create it. | 24 Mar 2005 07:21 GMT | 2 |
Basically I want to do something like this.. If Record X Exists The Run SQL Update Quer Els
|
| marquee effect | 24 Mar 2005 05:15 GMT | 6 |
Can anyone tell me to have a marquee effect on a button displayes in a form, it would be even fine on a label or a text box. Any help is highly appreciated Thank you.
|
| Find Record Afterupdate | 24 Mar 2005 05:02 GMT | 3 |
I have a form that has demographics in it. The demographics are attached to MedicalRecord which is my tables Primary Key. Is it possible to have the user enter the medicalrecord they are searching for in the Medicalrecord text box on my form and if that medical record is in
|
| Ability to put a custom error message | 24 Mar 2005 03:20 GMT | 1 |
I want an error check on a SQL table that looks to make sure not to put a duplicate record in for the primary keys I set. Access automatically pops up a message saying that there is a duplicate key record. Is it possible to pop-up a custom error message rather than the generic ...
|
| Continuous Forms Question | 24 Mar 2005 02:27 GMT | 1 |
Using access 2003, I have a form which displays Student Data, for a single student, from StudentTbl and Exam Data, for the same student, from ExamTbl. Student Data is displayed in Single Form view and Exam Data is
|
| data validation for duplicates... | 24 Mar 2005 01:33 GMT | 2 |
i'm a using a vb code for data duplication in the afterupdate event and i'm getting an error message when it gets to "elseif" Private Sub CustomerID_AfterUpdate() Dim strwhere As String
|
| CountDown Access 97 | 24 Mar 2005 01:05 GMT | 3 |
I need a form for Access 97 to calculate a CountDown from h:m:s:ms. i found similar argument in this forum, i did try to crate form and module but it does'nt work. I need help, and please be clear (explications for dummmies :-)
|
| listbox on tab control to update mainform recordset using ADO | 24 Mar 2005 00:37 GMT | 2 |
Access Newbie here with I'm sure is an easily answered question. I have a form that has a tab control with a listbox called lstVacations. What iam attempting to do is click a record in my listbox that navigates to the selected record on my mainform. Below is the code that I am ...
|
| Get Column Names from an existing query - Access 2003 | 23 Mar 2005 22:55 GMT | 3 |
Greetings, I'm trying to find a resource that will tell me how to pull the field/column names from existing queries to use in a form that will build ad hoc reports. I'll use the names in a For Each Loop that will assign them to check boxes
|
| Hidden Combo Boxes | 23 Mar 2005 22:24 GMT | 3 |
I posted this in the General Questions and received good, helpful answers, but I'm still having a problem. I want to make 2 combo boxes, Groups and Names, hidden until I choose the option/value Rules in another Combo box, ChangeMade. I used this code in the AfterUpdate event of ...
|
| Stupid Question about Forms | 23 Mar 2005 22:17 GMT | 6 |
Okay, so I built a form in design view. I am wanting to use this form to enter data. For some reason I can't add new records. It doesn't give me the last button that I normally use to add them. Any ideas on how I can get it fixed?
|
| Table object properties | 23 Mar 2005 22:03 GMT | 6 |
Is it possible to get by code the value entered in an Access Table object? (The value you enter by right clicking on a table and then on Properties) I tried this but with no success: MsgBox CurrentData.AllTables("myTable").Properties
|
| IIf Help!!! | 23 Mar 2005 20:59 GMT | 2 |
How can I use an IIf function if I wan't to have 3 diffrent answers. I'll will try to explain whet I mean. If the value is neither True or False then I want to give the value of Ord back.
|
| List box selection and requery | 23 Mar 2005 20:57 GMT | 10 |
I have an MS Access form with the following objects ListBox with visible set to false, populated by a query and on timer event set to requery at 5000 milliseconds. A button which makes the ListBox visible and deselects any selected items
|
| Calculating Current Time in other Time Zones | 23 Mar 2005 20:39 GMT | 1 |
My Google searches have come up dry... I am am toying with a text box with the control source of... =DateDiff( "h", Me!cboUCT , Now() ) Where Me!cboUCT is a lookup combo box that returns the Unified Coordinated
|