T
TShirah
How do I tell Access that I am using a variable to name a
field so I cna change fields on the fly: Example
rsEquip![May] = "somevalue" where rsEquip is a
recordset and May is a field name.
strField = Format(Date,"mmm")
rsEquip![Value of strField] = ....
field so I cna change fields on the fly: Example
rsEquip![May] = "somevalue" where rsEquip is a
recordset and May is a field name.
strField = Format(Date,"mmm")
rsEquip![Value of strField] = ....