Access Question

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

Guest

Does anyone has an idea what I need to do to make MS 2k3 DB request for
company info during the first install. I'm still in development but will
soon split the DB.

Thanking you for your assistance.
 
dcash45 said:
Does anyone has an idea what I need to do to make MS 2k3 DB request for
company info during the first install. I'm still in development but will
soon split the DB.

Thanking you for your assistance.

If you store company info in a table you could execute some code on
startup that checks to see if there is anything in the table. If there
is not, run the routine to add the company info. If there is, move on to
your other "default" startup form.

HTH
 

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