S 
		
								
				
				
			
		SimeonD
Hi
I wish to change the format on all text boxes from 'Euro' to 'Standard'
I have code for looping through each form. What I'm unsure of is how to loop
through each control, check if its a text box, and then setting its format
to Standard.
Any ideas?
Thanks
Simeon
Dim objDAP As AccessObject
Dim f As Form
For Each objDAP In CurrentProject.AllForms
If (True) Then
i = i + 1
DoCmd.OpenForm objDAP.Name, acDesign
Set f = Forms(objDAP.Name)
				
			I wish to change the format on all text boxes from 'Euro' to 'Standard'
I have code for looping through each form. What I'm unsure of is how to loop
through each control, check if its a text box, and then setting its format
to Standard.
Any ideas?
Thanks
Simeon
Dim objDAP As AccessObject
Dim f As Form
For Each objDAP In CurrentProject.AllForms
If (True) Then
i = i + 1
DoCmd.OpenForm objDAP.Name, acDesign
Set f = Forms(objDAP.Name)
