It's me again, here is the module:
Public Function MailToShipToAddresses()
Dim dbs As Database, r As Recordset, r2 As Recordset
Set dbs = CurrentDb
'Open the source table EXTRACT850
Set r = dbs.OpenRecordset("EXTRACT850", dbOpenDynaset)
Set r2 =...
Very close to figuring this out. Can you help?
The code below works beautifully in extracting addresses for the
AddressData table, but it always ends on an error. After the last record
is "posted" to the table it cannot find another "ST" record. I have tried
numerous ways...
I'm stumped. This has got to be easy, so why does it seem so hard?
How do you accomplish the comparison of the date in a variable (TempDate)
to the date in the field [Holiday] in a the table GDLSHolidays? Could it
have something to do with the focus of the recordset? I have two
recordsets...
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.