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
 
Back
Top