If I give access only to forms and remove the ribbon. How can I incorporate Filter by form and other options required for searching. Also printing of records becomes a bit complicated.
Is it possible in Access 2013 to have an entry tip (like a tool tip) which will be displayed as soon as one enters a text field to enter data? The tip will inform what kind of data is required to be entered in the field.
In the attached DB I am entering dates in the pop up form. If date is less than today it asks whether date is correct. If I say NO I want cursor to remain in the DT field. For this I have written a code Me.DT.SetFocus. But it is not happening. Please guide me.
In the attached DB I have made a modification in which I can enter the details in a pop up form. I want the form to open in Datasheet view, but it is opening in form view I don't know why? Please guide me.