What you want to do is add the dlookup code to whatever form you have opening and then include a message that your trial period has expired. I have code that does all this if you need it let me know and I will post it all.
JAZZ: Would you please post your code for this?
I am trying to use the below code to limit the number of record entries to 50 records.
if dlookup("numberofuses","tblUses") >50 then
docmd.quit
end if
How do I create the Table? What Data Type, etc. I keep getting an error on "nunmberofuses". What am I doing wrong?
Thomas Bailey
tomcat@reportcop.com
JAZZ: Would you please post your code for this?
I am trying to use the below code to limit the number of record entries to 50 records.
if dlookup("numberofuses","tblUses") >50 then
docmd.quit
end if
How do I create the Table? What Data Type, etc. I keep getting an error on "nunmberofuses". What am I doing wrong?
Thomas Bailey
tomcat@reportcop.com