form data

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

Guest

What would be the best way to allow input into a form to display tour pick
ups and times bearing in mind the booking information form needs to retrieve
the data in order to select it?
 
What would be the best way to allow input into a form to display tour pick
ups and times bearing in mind the booking information form needs to retrieve
the data in order to select it?

ummm... by having correctly designed tables and forms?

Your question is very vague as regards database design, and assumes
that we know and understand your business needs. I've never worked
with tour information so I'm only guessing at what the constraints
might be.

You would have controls on your Form displaying (and allowing the
selection of) information from your table of "tour pick ups"; these
might be combo boxes or listboxes or perhaps some other type of
control.

John W. Vinson[MVP]
 
Back
Top