I'm having trouble with a form. I believe the Auto Lookup Query is the way to go...but I may be wrong.
Here's my Form and Subform
Form is based on a table called Warranty
SubForm is based on a table called Dealer
They are linked by Dealer# field.
The MainForm consists of a person's information such as:
Name
Account #
Cost1
Refund1
Cost2
Refund2
Dealer#
Comments
The subform consists of Dealer information. I have a relationship between the Dealer and Warranty Table. It is One-to-Many. One Dealer #(ID) can match several people.
Here is the controls on the subform:
Dealer#
Contact
Phone
Fax
LastUpdated
I'm trying to allow the user to type in a Dealer# and when they tab out of the control, it will auto-fill the rest of the fields(contact, phone, fax, lastupdated).
If anyone can help, I'd appreciate it.
Thanks
Here's my Form and Subform
Form is based on a table called Warranty
SubForm is based on a table called Dealer
They are linked by Dealer# field.
The MainForm consists of a person's information such as:
Name
Account #
Cost1
Refund1
Cost2
Refund2
Dealer#
Comments
The subform consists of Dealer information. I have a relationship between the Dealer and Warranty Table. It is One-to-Many. One Dealer #(ID) can match several people.
Here is the controls on the subform:
Dealer#
Contact
Phone
Fax
LastUpdated
I'm trying to allow the user to type in a Dealer# and when they tab out of the control, it will auto-fill the rest of the fields(contact, phone, fax, lastupdated).
If anyone can help, I'd appreciate it.
Thanks