formerTexan
Programmer
Hi,
Can I programmatically delete a field from a DAO recordset?
I see that the fields collection has a delete method, but I am at loss as to what to do with it.
The object browser indicates a "name as string" parameter is needed and I presumed this meant the name of the field. But the following won't fly.
rs.Fields.delete "fieldname"
Any ideas?
Thanks
Bill
Can I programmatically delete a field from a DAO recordset?
I see that the fields collection has a delete method, but I am at loss as to what to do with it.
The object browser indicates a "name as string" parameter is needed and I presumed this meant the name of the field. But the following won't fly.
rs.Fields.delete "fieldname"
Any ideas?
Thanks
Bill