Hi Guys,
Does anyone have a code to check if the frontend version being used is the latest? I have a frontend in the server linked to a backend which I distribute to users via a batch file. The batch file simply copies the frontend unto the users desktop. When I do an update, I simply overwrite...
Hi Everyone!
I have a hopefully simple question. Here goes.....
I want to count the number of unique records in a query column as below:
Weeknum
12
14
17
22
26
30
12
15
17
26
In the sample above the unique number of "weeknum" records should be 7
How do I generate this resulting value to a...