Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
something simple in access
Name: mherber2 Date: April 16, 2007 at 15:59:23 Pacific OS: xp pro CPU/Ram: unknown Product: unknow
Comment:
Ok...I'm new to Access...what i'm trying to do is set it up so that a user came input data into a form and it goes right into the data base...Help me Please!!!! I already have the data base tabe set up along with the form but how can i put them together
Name: rousou Date: April 18, 2007 at 07:46:35 Pacific
Reply:
Link the form to the table (properties, Data, record source) and then add the fields you want.
this is one of the most simple functions of access. have you think of getting a step by step book to help you out?
you need to have some documentation and examples in order to learn how to perform things in access. it is not as simple as word, excel or powerpoint. if you have no kind of reference you won't be able to learn much
Summary: This is an Access db to track leave slips. To enter new time we have a form with a combo box, choose a name in the combo box, then a subform shows that employee's info from our timeoff table, and lets...
Summary: I have a combo box that is automatically filled with a list of client names when the form is opened. The only probem is, the text of the combo box (what you see before you drop it down) is always bla...
Summary: I am trying to create a query in Access that will prompt the user for a company abbreviation, then will return results only on the company the user typed in. I know how to do this by placing the [Ent...