Background:
I have a table (Table 1) with a field (F1) that has a numeric value. The data in this table is imported trough an excel and is going to be updated regularly.
F1 consists of a four digit number (1234) but if the first one, two or three numbers are a zero (ie. 0033) Access only display "33". I have solved this in Querys by using: Format([Table 1.[F1];"0000").
Question:
How do i use Format([Table 1.[F1];"0000") or similar when i display data from Table 1 -> F1 in a form?
 I have a table (Table 1) with a field (F1) that has a numeric value. The data in this table is imported trough an excel and is going to be updated regularly.
F1 consists of a four digit number (1234) but if the first one, two or three numbers are a zero (ie. 0033) Access only display "33". I have solved this in Querys by using: Format([Table 1.[F1];"0000").
Question:
How do i use Format([Table 1.[F1];"0000") or similar when i display data from Table 1 -> F1 in a form?
 
	 
 
		 (The format field appears to be a drop down where i can choose "euro", "date", "true/false" and some other options). F1 appears the same (in the case i loked at, it is "6" instead of "0006".
 (The format field appears to be a drop down where i can choose "euro", "date", "true/false" and some other options). F1 appears the same (in the case i loked at, it is "6" instead of "0006". 
 
		 
			 
 
		 (Just kidding - thanks for your help!)
 (Just kidding - thanks for your help!) 
 
		