Showing the next form and output message

  • Thread starter Thread starter Brian C
  • Start date Start date
B

Brian C

I've run a query from form1 that returns a field called
[Booking Id] from the AVAILABILITY table. I want to check
that it contains the numeric 1, link to form2 if it does
or output a message to form1 if it doesn't.

How do I do this: Can I have an if statement such as:

if AVAILABILITY![Booking Id] = 1 then
how do I link to form 2?
else
how do I output a message to form 1?
end if

Thanks
 

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

Back
Top