I'm not sure what you mean, but maybe this is a solution
Code:
Dim strText as string
Dim db as Database
Dim rst as Recordset
strText = "Select * from tbl_*"
Set db = CurrentDb()
Set rst = db.OpenRecordset(strText)
|
__________________
//Qwanta
Electricity is really just organized lightning.
|