Filtering from a form

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

Guest

Hello,

I remember seeing this somewhere but I don't know where.

I have seen a form that once a field is filled in it creates a report or
form based on the criteria used. For example, a person can fill in name
address etc and the information will run some report.

Any advice is appreciated.
Joe
 
Joe,

are you saying that you'd like to add a new record and then immediately
print out a report of that new record? If so, you could use the form's
AfterUpdate procedure to print the report, or add a command button to the
form which would allow you to print the report of any saved record.

HTH,
Brian
 
Back
Top