Current Table and Field name

azmirnordin

Registered User.
Local time
Tomorrow, 04:31
Joined
Jan 3, 2011
Messages
57
Hi Guys :cool:

Let say I have a single form which datasource is bound to single table.
In vba code how can I possibly get the current table name and fields that my form used? Obviously I know the table name when I setup the datasource in the beginning but I want to know how to get it by using vba code..
Is it a way of doing it ?

Cheers :D
 
you can work backwards via the forms SQL/recordsource etc.

Bit why do you want to do this? What are you trying to achieve? it's a very unusual thing to want to do.
 

Users who are viewing this thread

Back
Top Bottom