Many thanks theDBguy... why i did not see this!Try:
Me.DataEntry=False
You're welcome. Good luck with your project.Many thanks theDBguy... why i did not see this!![]()
How many records can the user work with at any one time?How could I show all my records in my data entry form by clicking a button.. I tried "ShowAllRec" but it is not working (Invalid use of property)..
Where did you find ShowAllRec ?Good day,
How could I show all my records in my data entry form by clicking a button.. I tried "ShowAllRec" but it is not working (Invalid use of property)..
Thank you
Hi.. When i type Me. It shows me that selection..Where did you find ShowAllRec ?
Hi pat, good day.@moi If your form is filtered, you need to remove the filter. If your form is bound to a query with a where clause, you need to provide a different search value.
Thanks..DoCmd.ShowAllRecords
Hmm, when I try in the load event, the first I get with M.sh is .ShortcutMenu ?Hi.. When i type Me. It shows me that selection..
hi, i think i did not say that it is the first item.. it is there 3rd item on the list..Hmm, when I try in the load event, the first I get with M.sh is .ShortcutMenu ?![]()
Yes, the O/P seems to like creating functions instead of looking for using the Access functions.As I understand it, intellisense shows User Defined Functions (UDF), and probably also user defined subs, in the current module. That suggests to me that what @moi's screenshot shows is actually a function in his module.
I set it as a "data entry".. Reason for wanting to showallrecords is sometimes i need to browse the records..If your form is bound to a table, it is already showing all the records. What did you do to make it not show all the records??????