Adding a Field to an Access Query at Run-time.

P

Pete S

Does anyone knows how to add a field from a table within a query made with the access interface? is it posible?
 
A

Adam

Yes, but that isn't the most effective option. Better done is to dynamically create the query at runtime rather than modify an existing query

Tell us more about what you're trying to do.
 
Top