Hi i'm creating a split database. I update the front end which needs to be sent out to users. In order to keep people using the latest version, I have created a table to hold one record (A Version number). When the front end opens up it's supposed to check that it is the current version (i.e. FrontEnd Version = BackEnd Table Value.
Unfortuantly I'm missing the key aspect of this.
I don't know how to return the value of the record into a variable to perform the check.
i need somthing like
Dim AVariable as Integer
AVariable = tables!VersionTable!FirstRecord.
This is obviously wrong, but can someone provide the syntax for me.
Thanks Homer.
Unfortuantly I'm missing the key aspect of this.
I don't know how to return the value of the record into a variable to perform the check.
i need somthing like
Dim AVariable as Integer
AVariable = tables!VersionTable!FirstRecord.
This is obviously wrong, but can someone provide the syntax for me.
Thanks Homer.