newbie question - forms

etk

Registered User.
Local time
Today, 10:00
Joined
May 21, 2011
Messages
52
I have a table of accounts with the following fields

Account_ID
First_Name
Last_Name
Institution
Account_type

I have created a form that allows me to enter in new records via text fields (list box in the case of Institution).

What I want to do is to have a query search an existing record as entered into the form and then pass back all the existing info from the record so that a user can modify the information and update the record. The user should only have to use the form as they will have no or limited understanding of DBs.

Any help is appreciated. I am rather new to DBs.
 

Users who are viewing this thread

Back
Top Bottom