I have a program that will connect to different databases depending on the information sent to it.

Instead of hardcoding the recordset fields into the program I'd like to know if i can define the fields at runtime.

Instead of:
"rsProject!project_id"
I'd like:
"rsProject!<AnyString>"

I hope this is enough information.

Thanks