Why can't Microsoft upgrade Access without completely changing the look. In Access 2003 I can easily disable the shift key and hid the tool bar.. etc . How can i do that in Access 2007?
Apprv is yes/no.. The answer I should get running that query is 4. The constant "compforOffday" minus 1 chvSelector that is a "comp for off day"..My query results in 0 records countered.
I am trying to get this query placed in a control running on a report to execute correctly. ..
=[CompForOffday]-Abs(Sum([chvSelector]="Comp for Off Day") & abs(sum(apprv))
CompforOffday = 5.
This is how the table looks..
chvSelector Apprv...
I have a access 2003 application that automatically sends an email message notifiying a client when a request has been approved. I found a thread on how to do that in one of your forums ..so thanks a bunch. However, Outlook pops up a message stating that a program is trying to send an...
When a user launches an Access database for the first time a security warning pops up...I have to go to Tools>Macros and set the security warning level to low. Can I use VB code to turn off that warning?
thx
Everytime you open an Access database( a backend with the tables for example) a Record-Locking Information file is created. That file is deleted when the database is closed.....True?
Here is the problem...if the backend database is in a folder with limited permission ie. can delete records but...
Thanks for the response...I finally got it to work with this coding....
Private Sub dfld35_Click(cancel As Integer)
On Error GoTo Err_Command144_Click
If dfld35_Cnt = 0 Then
dfld35_Cnt = 1
Call Check_DDDate(dfld35)
Me!dfld35.BackColor = vbRed ' this call loads
Else...
Here is the code fot the click and double click events..
*************************************
Private Sub dfld1_Click()
On Error GoTo Err_Command144_Click
Call Check_DDDate(dfld1) '**** this calls a function that opens a PopUp form..
"dfld1" is a date that is passed to the function.
the...
Here is the situation...When I click on a control in one form... another form opens and a record is loaded in a table. Now... I would like to double click on the same control and delete the previous record that was loaded. The problem I'm having is that I never get to the double click event...
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.