First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Another cascading combo challenge
Hi - I have a subform with two combos CboMechanism with row source = TblMechanism and CboSubMechanism dependent on selection in CboMechanism using the following code in CboMechanism Afer Update event... Private Sub CboMechanism_AfterUpdate() On Error Resume Next Select Case CboMechanism.Value C... 20 May 2010 05:09
Adding lookup to a exsisting form
How can I add a lookup to a form? Clicking design and going to Data gives me options for functions etc...but not for lookup..... ... 18 May 2010 12:35
Access runs slow under Windows 7
My client has new machines with Windows 7. On an Access 2002 app, a particular screen takes 90 minutes to load running under Access 2007. On another new laptop running XP, the same screen takes about 10 seconds running Access 2007. On a remote desktop session running Access 2002 it took 2 seconds. Is anyone ... 18 May 2010 07:05
How do I populate a subform field with a value from the main form?
I have a form called ContractsIn which has a subform called ContractsInAndHours. The main part of the form consists of: Employees.ID Employees.Name The subform has the fields: ContractsAndHours.ID ContractsAndHours.Name ContractsAndHours.DailyHoursWorked ContractsAndHours.ContractOut This form is used b... 17 May 2010 14:40
How can I update the data listed in the combo box to show the most
I have a Database where tables are linked back to the master data tables. The main entry/edit form has a section (as shown) the new Carer record is entered using a separate form then the detail is called from the main form using a combo box. My problem is that the newly entered Carer data does not appear in... 17 May 2010 12:26
TransText Method
Hello All, I'm using the TransferText method to import a CSV file. It works fine. The problem is when I change the TableName argument to a attached table, I get an error message "Numeric Field Overflow". I can only use to import to, a non attached table. Thanks in advance Abe ... 17 May 2010 14:40
Displaying Text Data in Pivot Chart
Using Access 2003 i have a table Date Result Text 1/1/2010 1.12 Good 1/2/2010 1.54 Good 1/3/2010 3.21 Bad 1/4/2010 4.11 Very Bad i can create a pivot chart to show th... 17 May 2010 06:57
Field name derived from a string value returns a Run-time error 2465.
I have two labels on a form and want to populate them during the run time of my form. The name of the labels are "1" the other is called "2" (without the quotes of course). Field 1 runs OK but two returns a run-time error 2465. Of course, the real form is much bigger. A lot of fields called 1 through 31 are popula... 17 May 2010 09:08
Auto fill field on form
Using 2007 -- Have a form with customer ID and customer name. Would like to enter the customer ID and have it automatically fill in the customer name. ... 17 May 2010 01:36
Selecting Photos from and ComboBox list then print on a Report
I would like to have a ComboBox on a Form that lists the names of photographs, and somehow have the names pointing to the actual image stored in the database or on the PC. Then by clicking a button on the Form, I'd like to print a Report with the photo printed on it, along with other data from the record. I... 16 May 2010 20:08
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25