Question
Default value for a recordset
I have a recordset that is determined by the results for a
drop list. However, I would like for the recordset to first default
to the value stored in the users table.
I set the drop list field to default to the users table defaultLang field but it only changes the field and not the recordset that is fed by the field.
USERS.DefaultLang
The List field is Lang
I currently have it set to
Select *
From StandardFields
Where MMColParam = LanguageID
MMColParam Request.Form("Lang")
I set the drop list field to default to the users table defaultLang field but it only changes the field and not the recordset that is fed by the field.
USERS.DefaultLang
The List field is Lang
I currently have it set to
Select *
From StandardFields
Where MMColParam = LanguageID
MMColParam Request.Form("Lang")
