| Thread | Last Post | Replies |
|
| link a name with ID , so that when ID is entered name appears | 29 Sep 2005 15:50 GMT | 1 |
I want to link a ID with name so that if i entered the ID name linked should appear automatically.
|
| Three tables, one form...possible? | 29 Sep 2005 15:30 GMT | 13 |
As per advice on this forum I have based my forms on my tables now rather than queries. This fixed a problem but created another one. I have one control from one table, three controls from another and the remainder (about 15) from the third table. How do I get this to work?
|
| Input Mask and Adding Century Prefix for Year | 29 Sep 2005 15:25 GMT | 2 |
How can you set a date field so that the user types in : dd/mm/yy and the result is automatically changed to dd/mm/19yy or dd/mm/20yy
|
| Form doesn't save dlookup value | 29 Sep 2005 14:51 GMT | 2 |
I have a form for data entry to a table. The control source for the Client Number field is the result of a dlookup - DLookUp("[ClientNumber]","[qryGetClientNumber]","[FullName]='" & [Forms]![FrmComboBoxFullName]![cmbFullName] & "'"). The dlookup returns the
|
| conditional formatting | 29 Sep 2005 14:31 GMT | 2 |
i would like to use conditional formatting on a form that based on a search query in a table, i would like to underline or bold the words that i search for in the query, i have tried to use conditional formatting but i only underline if the searched words is the only words in the ...
|
| Finding Subform Records | 29 Sep 2005 13:47 GMT | 2 |
I've searched high and low on this forum and others, but I can't seem to find an answer to this dilemma. I am using Access 2003. My database has several tables, but the 2 in question are Companies and Contacts. Companies has a one-to-many
|
| Append Query? | 29 Sep 2005 13:17 GMT | 1 |
I have a Query with: Date (date audit was done) Pass (# good audits) Fail (# failed audits)
|
| strange autonumber behavior | 29 Sep 2005 13:00 GMT | 4 |
I have a form that's bound to a table. The PK of the table is an autonumber field. after using the form in my organization, i enter the table and see 'holes' in the autonumber field. there are numeruos entries of lost continuity in the
|
| refresh combobox after deletion of record in list | 29 Sep 2005 12:42 GMT | 1 |
Probably a dumb question, with a simple answer but here goes anyway :- Having selected a record via one of two combo boxes, User deletes the record for the chosen selection. If a 2nd record is required for deletion, when the User accesses either combo box the record deleted is ...
|
| Listbox select first on list | 29 Sep 2005 10:52 GMT | 1 |
I have two listboxes, one that lists courses and one that lists classes of that course. how do I get the second listbox to highlight or select the first (or last) class? The rest of my form won't update until you select something on that list.
|
| calling a function from another form | 29 Sep 2005 07:29 GMT | 2 |
I need to have a form's routine run from another form...here is an example: frmContacts is loaded. The user double-clicks cboCompanyID to open frmCompany frmCompany displays other contacts for that same company in a listbox. If
|
| Negative Display | 29 Sep 2005 07:25 GMT | 2 |
Thanks for any help. I have a form that views at a query, and there are some negative numbers that are shown as -xxxxx in the form. Can I display as 0 for all the negative value?
|
| Open form to specific record | 29 Sep 2005 06:54 GMT | 7 |
I also am having problems opening a form to a specific record. I have a single table that because of the amount of data I enter on two different forms. On form 1 I have a command button to open form 2. On form 1 I have a name field that is extracted from table A. Form 1 also has ...
|
| Mousewheel and Textbox scroll bars | 29 Sep 2005 06:21 GMT | 1 |
I'm using Access 2003. In a form I have a text box into which users input memo information. It carries enough info that the control requires vertical scroll bars. When I put my mouse cursor into the textbox and scroll, though, the form flips to
|
| Updating Form based off of Combo Box | 29 Sep 2005 01:13 GMT | 1 |
I have a combo box in a form. I would like to have the record of the form to update to what ever is chosen in the combo box. I am unsure how to do this. I thought of using the after update on the combo box, and then using code for the form to gotorecord of the combo box.....but I ...
|