I have a field called "CompanyName". This field uses a value list created in the table with unique items I typed in myself. When I open the form, I would like the default value for that field to be the first item in the list. I added the following code to the default value box on the data tab in the form:
=[CompanyName].[ItemData](0)
Nothing happens, the field still shows blank when opening the form. Any idea what I'm doing wrong?