abenitez77
Registered User.
- Local time
- Today, 14:55
- Joined
- Apr 29, 2010
- Messages
- 141
How to I get a portion of a string into a variable?
I want to capture the table name of a recordsource. The problem is sometimes the recordsource is "Select * from mytable where ID = 6" or "Select * from mytable" or "mytable"
I want to put "mytable" in a variable for later use.
I want to capture the table name of a recordsource. The problem is sometimes the recordsource is "Select * from mytable where ID = 6" or "Select * from mytable" or "mytable"
I want to put "mytable" in a variable for later use.