ACCESS, HAVE BLANK FORM AND CHOOSE A TABLE OF MY CHOICE

  • Thread starter Thread starter RUDY WADDE
  • Start date Start date
R

RUDY WADDE

I have a client that created 8 databases and can only be viewed in the data
sheet view. I want create a blank form that I can use a pull down to select
anyone of the databases into the form and view and perform any functions that
are attached to the form. Then blank the form so I can open another database
etc.
ACCESS 2000
 
Use an unbound form without binding any of the controls. Then code
everything using a button click event. Lots of work, but it can be done.

If the tables have the same structure, you can bind to any one of them, then
change the recordsource at runtime.
 

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

Similar Threads

blank form 2
Access Form 2
Page displaying in design view, but layout view shows blank screen 4
The disappearing form 4
Blank Listbox 3
OnClick on Combo Box opens a New Form 0
Separate Form 0
Access file types? 1

Back
Top