|
[Quoted Text] >> i need to store a forms recordsource in a variable. > > Ok. > >> when i use me.recordsource i get a SQL statement. > > Right. > >> the form is bound to a table - not a stored proc or view. > > Ok. > >> ? > > What's the matter? >
instead of strRecordSource = "SELECT * FROM dbo.whatever...." i need strRecordSource = "dbo.whatever"
|