Hi. I have a requirement that the software that I wrote in access 97 needs to be disabled say in 30 days.
Would you happen to know of a property that maybe useless which I can toggle and place perhaps a date?
For example:
dim dbs as object, sProp as string, sDate as string
sProp = "dbs property?"
sDate = "06/01/2003"
set dbs = Currentdb
dbs.Properties(sProp) = sDate
Or maybe a different solution?
Thanks in advance.
Jason
Would you happen to know of a property that maybe useless which I can toggle and place perhaps a date?
For example:
dim dbs as object, sProp as string, sDate as string
sProp = "dbs property?"
sDate = "06/01/2003"
set dbs = Currentdb
dbs.Properties(sProp) = sDate
Or maybe a different solution?
Thanks in advance.
Jason