Select Query as a Subform

nathangoldhill

Registered User.
Local time
Today, 00:38
Joined
Aug 6, 2001
Messages
12
Hello,

I wonder if anyone can help me I am using a select query as a subform, but it wont let me make any additions or changes. I have checked the properties of the subform and allow edits and allow additions are set to true.

Any ideas? Thanks in advance.

Regards
Nathan
 
Do you know of a book that could help me set up an invoice and credit database from scratch?
 
Not offhand. I think the Northwind sample db has some of those features.
 
Use a form as a subform rather than the query. You can set the form to datasheet view so it will look like a query but you'll have the benefit of having events in which you can place code to trap for errors.
 

Users who are viewing this thread

Back
Top Bottom