Hi:
I am attempting to pull a backend table into a local recordset, make some changes to it, and commit the changes back to the table. I'm using an ADO recordset in Access 2007. The backend resides on a network drive while the front end is on my C: drive. My code is as follows:
Dim...
Hi all:
I've got one of those problems that I just can't get around, no matter what! I'm working in Access 2007/VBA, using an ADO command structure.
In my code, I've got a SQL UPDATE like:
strSaveLeave = "UPDATE tblLeave
SET fldLeaveType = @LeaveType,
fldLeaveStatus =...
Good morning:
I am attempting to use the DSum aggregate function in a VB module that is part of my Access database. The line of code looks like this:
Me!txtLostDaysNoPaySeasonal = DSum("getNumberOfWeekdays([tblWC]![fldDateOfNoPayBegin], [tblWC]![fldDateReturned])", "qryTest"...
Hi:
I know there's a real basic answer to this. I'm fairly new at designing Access forms...
I have a form whose primary responsibility is to display information from two different tables, tblEmployees and tblWC. These tables are joined in a one-to-many relationship (one employee can have many...
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.