After many changes since its creation the form has taken a new purpose and meaning. Therefore I now want to change the form name... not the shortcut name. Access 2010... How do I change the underlying and controlling form name so that once I start to write in VBA I don't get confused?
~ grinnz ~
I've been away from Access for a while. In past versions when using Table Design you were able to use F6 to flip between the field definition area and the field properties area. Now using Access 2010 the F6 flips to the field properties area but then to the navigation area and one or two other...
I’m trying to build a simple action that resizes the open image, saves the resulting smaller image optimized as a specific filename (folder.jpg) in the same folder as the original, and then close the original without saving. The resize and the close steps are done. That’s the easy part. I also...
Dim dbs As Database
Dim rstCombined As DAO.Recordset
Dim rstExceptions As DAO.Recordset
Dim strCompare As String
'Open Recordsets
Set dbs = CurrentDb
Set rstCombined = dbs.OpenRecordset("qryCombined")
Set rstExceptions = dbs.OpenRecordset("qryExceptions")...
I'm just again getting back into Access after nearly six years and unfortunately starting from square one.
Problem: The recordset loop only populates the first record of the table although the code loops properly. Using the immediate window it seems that the recordset record is not stepping...
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.