I've created 2 recordsets
Set Rcdst01 = ThisDatabase.OpenRecordset(RcdSt01SqlString, dbOpenDynaset)
Set RcdSt02 = ThisDatabase.OpenRecordset(RcdST02SqlString, dbOpenDynaset)
I would like to create a 3rd recordsset joining the first 2.
The resulting recordset would contain Fields 1,2,3 from...
I'm running a mass update of all of our databases using the following -
Call Shell("""C:\Program Files\Microsoft Office\Office11\msaccess.exe"" """ & DatabaseName & """ /x """ & MacroName & """ ", 1)
works fine except for those databases with an autoexec macro or a startup form. is there an...
I'm running a mass update of all of our databases using the following -
Call Shell("""C:\Program Files\Microsoft Office\Office11\msaccess.exe"" """ & DatabaseName & """ /x """ & MacroName & """ ", 1)
works fine except for those databases with an autoexec macro or a startup form. is there an...
I'm running a mass update of all of our databases using the following -
Call Shell("""C:\Program Files\Microsoft Office\Office11\msaccess.exe"" """ & DatabaseName & """ /x """ & MacroName & """ ", 1)
works fine except for those databases with an autoexec macro or a startup form. is there an...
I'm using to following commmand line to print PDF files.
Shell "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe /p /f" & XsomeFile, vbHide
When printed they're only filling half of the page.
What is the command line setting to 'Fit to Page.
thx
RGB
I need to restrict the number of access sessions on a group of scheduling machines. I can determine if at lease one session is running but not how many are running I need a way to determine the count.
thx
RGB
I'm using Application.FileSearch to find all mdb's stored on a series of hard drives. No problme here but also need to know what version of access each db is. We have 97 thru current.
thx
RGB
Is it possible to append all fields from a recordset into a table using this type of code or something similar
.Addnew
RcdSt1.Fields! = (RcdSt2!*)
.Update
thx
RGB
I've used this type of code to determint the value for that field in that record.
What will tell me the Ordinal position of that field within that record. I know I've seen it before but can't bust the code.
Thx
RGB
After converting from 97 to 2003, the sort order has changed. It appears that Access doesn't see any " ' " in names. It sorts by the character following the " ' ". Any thoughts.
Thx
RGB
I'm using DoCmd.OpenReport... with the necessary criteria and conditions - opens fine. At this point, is there a way to test the report for a 'No Data' state using VBA. I've tried creating a constant and usnig the 'On No Data' function within the report to pass a value to the variable with out...
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.