View Full Version : Can I place a a command button in a query?


punter
04-13-2007, 06:43 AM
Hi,

I have a query that is run off a form. When the query opens up there is a field you can enter data into. Once you close the query the data saves into the proper place in the table. That all works great.

I'm trying to make this as user friendly as possible. Instead of having someone go up to the "x" in the top right hand corner to close the query can I place a command button in the query that is very noticeable?

Any thoughts are most welcome

Thanks

Eddie.

FoFa
04-13-2007, 06:44 AM
Create a tabular form from your query instead.

punter
04-13-2007, 10:40 AM
Oh yeah, that makes sense. I didn't think about that.

Thanks much. I know what I have to do now.

Eddie.