hhhhhhhhhhhappy 2004
I tried to customize the too bar in my system but I could't.
I mad new menu bar called custom1 and added only one option to that menu (exit )
I went to cutomize > toolbars > choosed my new menu bar and I tried to remove the menu bar but it didn't allow to me?!
is it...
I'm Planning to create table holds my system's users information
It contains
UserID, UserName, PCName,PassWord
Is thee is a way to hide the table and make it visible only for Admin?
One time I saw my system show the following Error message when I press any button:
The expression on click you entered as the event property setting produced the following error: a problem occurred while Microsoft access was communicating with the OLE server or ActiveX control.
* The Expression...
I made a label in a form to diplay the last account number added
so the user can know where to start again
I added this code
before add new record command
LastAdded.Caption =Me.AccountN.Value
Here is the problem:
when I close the form and I get back I see the label's caption blank??
any idea...
I had made a form without any data control source
this form contains
some text boxes (not linked to any filed )
and
a text box (for search)
When the user opens the form it doesn't display any data .
what I need in my form:
I need to diplay the records that meet the search criteria to the other...
Coping File
Hi
I would like to copy file to a new folder in the C drive and rename it
ex.
c:/Folder/file.txt
Where Folder is not created before, I would like to create it then copy that file to that folder.