Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a project for a class I am taking. For the project, I have to
create a form that will allow me to select a customer number, then have it
bring up the customer's first and last name (they are different fields in the
database). I have figured out how to set it up so that I can select the
customer number, but cannot figure out how to have it call up the customers
information on in the form. I have been trying to figure this out for about 3
hours and gotten nowhere. Anybody know what I need to do to make this work?
 
Is the form bound to the customer table? Are the customer
numbers in a list box?
Geof.
 
Yes they are. I think I got that part figured out, but now I just got to
figure out how to make it a regular box for the display (instead of a combo
box). I will get it worked out. Thanks for the reply.
 
Back
Top