| Thread | Last Post | Replies |
|
| How do you edit data in a form that uses multiple tables? | 09 Mar 2005 18:05 GMT | 2 |
I am working with a form that uses multiple tables as a reference. It is not allowing any edits. I have checked to make sure that Locked property is set to yes & Enabled property is set to No.
|
| combo boxes | 09 Mar 2005 18:01 GMT | 2 |
I need to have one combo box that contains a list of all state abbreviations as a value list--when the user selects a state, I want the next combo box to contain only the counties within that state. I have a table with states for the first column and counties as the second column. ...
|
| How do you edit data in a form that uses multiple tables? | 09 Mar 2005 17:48 GMT | 1 |
I am trying to work with a form that uses multiple tables. Access Forms is not allowing me to make any edits to the data.
|
| dlookup | 09 Mar 2005 17:41 GMT | 2 |
I use dlookup in a form to find data in a table. This works fine if it wasnt for one small problem. I am about to add some fields in the table, and thats when the problem show up.
|
| Questionnaire - dilemma. | 09 Mar 2005 17:28 GMT | 6 |
Hi all, (very sorry for the cross-posting, but it's late and I am exhausted) I have been granted the honour of converting our Hospital discharge/admission forms from a paper based system over to an EDP system. It will be entered in via a tablet PC's that the nurses/doctors will be ...
|
| this recordset is not updateable | 09 Mar 2005 16:32 GMT | 1 |
I built a new MDB access database with a new table "PL-XP-2003", and imported a table "dbo_tblSoftware" (which is an ODBC table) from a different access database MDE into my MDB. I created a new query in the MDB to join dbo_tblSoftware and PL-XP-2003. When I run the query, the ...
|
| 2 forms for one table | 09 Mar 2005 16:26 GMT | 2 |
I've created (2) forms to fill in one table tbl_Inputs frm_1 frm_2
|
| Add to a form field list | 09 Mar 2005 16:09 GMT | 3 |
Can you add to a form field list once the form has been created? I added another field to the query, and I'd like to add this field to my form, but I didn't select the additional field when I created the form. Thank you
|
| Mailto: & opening Outlook Express & form control. AC2K | 09 Mar 2005 16:03 GMT | 2 |
What is the simplest & best way to launch Outlook Express(for example), create a new email, and paste the email address that's in my form's email control? I have tried setting my control's Hyperlink property to "yes" and placing "emailto:" in the Tag property as mentioned in
|
| Eliminate "New Record" on Subform | 09 Mar 2005 15:58 GMT | 2 |
I have a subform that displays records based on a combo box selection. It's working fine, but displays a new record that autofills with the field selected in the combo box. Can this be eliminated so it just displays the records that match without the new record row. Thanks, ...
|
| Display data from ODBC table | 09 Mar 2005 15:15 GMT | 11 |
I am trying to display the data from an imported ODBC table. The fields in question all have #NAME? shown instead of the data. If I open the imported table in my access database, the data shows just fine. But I am unable to get the data to show on my form. ACCESS 2000. ...
|
| ListBox | 09 Mar 2005 12:44 GMT | 3 |
I have a listbox on a form in a Access 2000 database. The listbox will sometimes scroll through the whole list of items. Other times is stops and does not let me scroll through the whole list. It is like it has lost part of the information. Any ideas on what would cause this and ...
|
| Optiongroup - option 1 selected - how | 09 Mar 2005 10:29 GMT | 2 |
I have an optiongroup with thwo option1 = print & option2 = preview. I would like that the option2 is by default selected only if a user selects option1 the option2 field is deselected. tried option2.Optionvalue = true on the form_load event, form_activate event
|
| Value Added Activities | 09 Mar 2005 06:33 GMT | 1 |
Has anyone have a Value Added Activities Data Base with a user friendly form that my employees will fill up. I have verry little experties in Access Forms. Can Someone Help Me.
|
| Open Streets & Trips from Access Command Button | 09 Mar 2005 05:29 GMT | 1 |
I would like to open a saved Streets & Trips file from a command button in Access 2003. I am currently using Private Sub Open_Map_Click() On Error GoTo Map_Macro_Err
|