Datasheet buttons ???

Deonh

Registered User.
Local time
Today, 23:01
Joined
Oct 23, 2012
Messages
26
I have been swearing and fighting my way through creating a database i could use and got to the point where i create forms based on query's i have created.

The problem i have is i have a datasheet view for one of my query's and want to add a button so that people can press to go back to the main menu screen in datasheet view i have created a button and put it in my form header but it does not show up where am i going wrong for it not to show up any help would be appreciated.
 
I assume by "datasheet view for one of my query" you mean you have a Form to display the results of your Query. Command Buttons are not displayed in Datasheet View Forms! Your options are

  • Use the Double-Click Property of one or more Textboxes to perform your task
  • Change your Form to Continuous View and tweak it to look like a Datasheet View
Personally, I always use the first choice.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom