Still stuck :(
I did find putting this in the default filed =[Type].[ItemData](0)
This will "default" (0) - 1st in list
(1) - 2nd item in list
(2) - 3rd item in list
What I need is a variable to replace the =[Type].[ItemData](var1)
so I can...
List from Query w/ Set List Item 'Default' from Query
SO I have a form with a list box labeled type...
Type: __________v
Drop down will be from a query on a table returning
TypeA
TypeB
TypeC
I also need a default value in 'Type' from a query on a table where getuser() is used as a where...