Ive created a new icon for my system which is in access, on the startup menu I click on the icon browse button, and select it (its called Icon.ico), and I'm being told I cant use it as it is not an icon file, though it is a .ico file. Any Ideas why?
I have the same code on 8 labels (a switchboard) and the first two turn red on mousemoe, then black when the mouse moves away, but the other six don't, even though the code is the same. Does anyone know why?
when i close a form or query, i get this message (only about 50% of time). I have not got a macro called . and access doesnt allow you to name a macro '.'I have trawled through every bit of vba in my system, and thwere are no referneces to any macro called '.' has anyone got an idea why my sytem...
This is the macro I have running. It is supposed to check to see if the value of txtTime is the same as the current time, and if so run either one of three macros.
The user inputs a date in to txtTime, and chooses a table to archive from lst2. However, even if the time is ten hours away, the...
I currently have this code on my archive form:
Private Sub cmdTime_Click()
On Error GoTo Err_cmdTime_Click
Dim db As DAO.Database
Set db = CurrentDb
If Not IsNull(Me!txtTime) Or Not Me!txtTime = "" Then
Dim stDocName As String
If lst2 =...
can this be done? I need the second option (called option5 but is the second one down) to be selected as soon as the form opens, so I was wondering if a similar command to cmdClise_Click in the forms on open could be used to select an option? I have tried this myself but without avail. The...
Hi there, I have a form which is supposed to allow the user to select either ‘Deliveries’, ‘Sales’ or ‘Orders’ from a list box. There is also a text box called txtTime. In this text box, the user should type the time they want to archive the tables (done by a macro). I have done the macro, and...
Hi there, I have a mail merge button which has the following code on its on click event:
Dim retval As Variant
Dim DocName As String
' Drive and Full path to name and location of Word document
DocName = "E:\Word\MailMerge.doc"
'Note full path to Word including...
I have a queries menu which is in the form of a dialogue box, showing a list box and buttons. In the list box are my queries. Can I make them or their background change colour on mouse move? thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.