Auto filling a form

D

Don Rountree

Two questions - Can this be done? If so, how do I get
started?

I want to fill a form automatically if the required
information is in the database. If the required
information is not in the database, I want to be able to
type it into the form.

I have a search form that displays all records in an item
database. There are multiple fields in the record. I
have a separate form that is not bound to the items table,
but has the same fields. If what I'm looking for is in
the item table, I want to be able to populate the fields
in the unbound form. If not, I'd like to be able to type
the info in manually.

I could bind the unbound form to the items table, but then
I could not manually enter information without getting an
error telling me a record could not be found in the items
table.

Any help would be appreciated.

Don Rountree
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top