Hi,
I have a multisection report
PageHeader
Groupheader1
Groupheader2
Detail
Groupfooter2
PageFooter
I only want to show Groupheader1 and 2 for the initial page of each customer and suppress them for the subsequent pages.
I have used code to detect when the customer account code changes...
I have a link to tables in a backend database.
But the backend database itself needs refreshing from Sage Line 50 via an ODBC link so I need to actually run refresh routines in the backend database.
I use this code
Sub Refresh Tables
Dim objAccess As Access.Application
Set objAccess =...
Password corruption
Hi Dennisk,
Thanks for your code.
I pasted it into another empty database.
The StPasswordOfStDatabase function worked and produces
ÅÏ‹tá‘WjÅN¯˜èQÐ^ÿ‹
as the password.
This password (not suprisingly) does not open the database.
I worked on this database Tue night and...
2 of my Access databases have added password access where I hav'nt put passwords in myself.
Upon trying to open the database I get Password required - enter database password. I am sure I never added password security to this database.
Does anyone else have this experience?
Access added the...