Delay loading data

C

CJ

Hi Groupies

I am wondering if it is possible to have a form load but not show any data
until selections are made in two unbound cascading combo boxes?

The form in question is bound to a table record source but I don't want any
data to show until the cascading combos are used as filters. I can not use
them as filters of the record source (if I make it a query or sql) or else
nothing at all shows up when the form loads.

When the form loads, it is displaying data from the first record in the
table. This form can not be used for adding new records, just editing
existing, so I can not make it go to a new record.

I suppose I could cheat and Allow Additions and make it open to the new
record so that everything is blank or 0 but I wondered if there was a more
correct way of doing this.
 

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

Top