opening a specific form

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I have a database of forms that will be only partially
filled when they are initially made. Information will have
to be added to the form later on. Is it possible to have
the user enter a record number, and have that specific
form pop-up?? TIA!!
 
Will your users know the record number? If so, create a
query upon which your form will be based, with record
number as the parameter.
 
Back
Top