Solved Simple Query Design

@mike60smart - Is there a way to add the red X Close button to the form, instead of having to right-click and choose Close?
 
but I'm not sure if Integer will allow leading zeros.
Numeric data types do not allow leading zeros because they are numbers and numbers by convention do not support leading or trailing zeros. If your text field included leading zeros, 0100 would sort in its proper place after 0001, 0002, 0003, etc.
 

Users who are viewing this thread

Back
Top Bottom