User Profile
Collapse
-
Adulu Miller replied to Trying to Install windows XP over my windows 10. But Not Succeeded so far :(in WindowsWith all due respect, why would you want to install Windows XP when Microsoft pulled out its support last year April? You cannot even run Office 2013 on it.? -
I am making a start menu.
i found a way.
instead of using buttons i used small pictures. I had them one on top of the other, then the topmost is coded via vba to .visible = False after clicking then the lower one has the .visible = True after clicking.Leave a comment:
-
You can use this:
Private Sub Form_Current()
Code:[INDENT]On Error Go to ErrorHandler[/INDENT]
Code:[INDENT]Me![cboname of box]= Null[/INDENT]
Leave a comment:
-
Create a relationship between two common main fields and voilla!! you have it done.Leave a comment:
-
I am creating a Start-like button like the one on windows OS but now it is in an access database on the switchboard for a system. it is supposed to function the same way.Leave a comment:
-
Start Like Button for A Database
Who knows how to create a start like button for an ms access database. I have made one but it is two overlapping buttons that have an illusion of moving. Who has something better? -
Thank you very much jforbes. I will try that ASAP and let you know of the out comeLeave a comment:
-
VBA code help for a message box to display breach of a condition
I am working on a database and would require some assistance.
This database is a furniture shop management system and a carpenter cannot process more than four jobs.
I have worked out a query to count the number of jobs each carpenter has and now I need a VBA code to run before allocating an already occupied carpenter wit more jobs to alert the user to release him of some of the jobs.
I would like the code...
No activity results to display
Show More
Leave a comment: