Log In Form - Default Value

  • Thread starter Thread starter Din Zavery
  • Start date Start date
D

Din Zavery

Hello,

I'm building an application where it's a multi company based system.

I need a simple form that should give me an option to select the company
that I want to use and once selected pass the same Company number variable
to all other forms until the application is closed.

I have got a company based table where all the companies are set up wth a
unique identifying number and all other table have the company id field.

Thanks and Regards
Din
 
Din Zavery said:
Hello,

I'm building an application where it's a multi company based system.

I need a simple form that should give me an option to select the company that
I want to use and once selected pass the same Company number variable to all
other forms until the application is closed.

I have got a company based table where all the companies are set up wth a
unique identifying number and all other table have the company id field.

Thanks and Regards
Din

So build your form and provide a custom [Close] or [OK] button. Have the code
for that button hide the form rather than close it. Now all of your other
operations can simply refer to the value on the hidden form.
 

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