View Single Post
  #2  
Old May 19th, 2010, 06:17 AM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Create datasheet in MDE

On Tue, 18 May 2010 12:57:59 -0400, "DRedDog"
wrote:

What command?
Surely MDE would allow you to create a sql statement and assign that
to the RecordSource of a form?

-Tom.
Microsoft Access MVP


My application creates a datasheet on the fly. Users make a selection from a
set parameters including column names, sort order, etc and the code
populates a querydef with the set of columns selected by the user.

This works fine in an MDB. The equivalent MDE crashes - "That command isn't
available in an MDE database"

Please tell me how to add/delete columns from a querydef in an MDE file?

DT