Further advice on the code below

I

Irshad Alam

Earlier posted, problem not solved.

Please advise on below :

I viewed the website and hopefully I will be able to get the username But
please advise further how/where to do the coding of the startup so that it
will change the custom menubar and toolbar accordingly, as it has to be same
for that user for his login.

Regards

Irshad



:

Click to show or hide original message or reply text.
 
P

pietlinden

Earlier posted, problem not solved.

Please advise on below :

I viewed the website and hopefully I will be able to get the username But
please advise further how/where to do the coding of the startup so that it
will change the custom menubar and toolbar accordingly, as it has to be same
for that user for his login.

Regards

Irshad

:

Click to show or hide original message or reply text.

so put the Menubars and logonID's in a table and then when the
database loads, read the logonID, get the associated menubar, and show
the thing. How hard could it be? use DLookup or a recordset or
whatever...
 
I

Irshad Alam

Sir,

Thank you for your reply.

Sorry to say that I am not very good in VBA to do the coding for this
situation.

As you advised, I will make a table in which I can store the LogInId and
MenuBar Names (It will be about 4 LoginID and 4 Menubar Name).

Secondly the earlier advised code will give me the windowslogId name

But what code to write and how to call the code so that the menubar will
change according to loginID

If possible, any sample you can advice.

Pls. advice

regards

Irshad
 
I

Irshad Alam

waiting for your advice

Irshad



Irshad Alam said:
Sir,

Thank you for your reply.

Sorry to say that I am not very good in VBA to do the coding for this
situation.

As you advised, I will make a table in which I can store the LogInId and
MenuBar Names (It will be about 4 LoginID and 4 Menubar Name).

Secondly the earlier advised code will give me the windowslogId name

But what code to write and how to call the code so that the menubar will
change according to loginID

If possible, any sample you can advice.

Pls. advice

regards

Irshad
 

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