Hi,
I have a database with one table, it has three coloumns, (1) a simple number format 0001, 0002, 0003 & so on....[text format in access] (2) Name [text format in access] (3) date [date format in access]
So I have connected this database as my main connection and this all works.
I have an expression box which queries the database coloumn (1) but the expression box returs the value without the 0's so all I get is 3, 4, 5 etc.
This is the formula in the expression box: concat(Year, "-", ProductLine, "-", max(@Claim_Number) + 1)
BTW - @Claim_Number is the one querying the database coloumn (1)
Can anyone please tell me how I can return the values of coloumn (1) with the leading zeros? I have tried to change the format of the coloumn in access to a number (long integer) still not returning the values with the leading zero's.
Thanks,