Hello to everyone!, Could I ask a help how could I possibly code MS Access Startup to set the MenuBar, ShortCut Menu, FormMenu, Special Keys to OFF to prevent user from using these keys when my application starts?
Thanks for your help...
Can you paste the code what's this function is processing? What I understands is:
In the field record source;
=YourFunction(RecevingVariable) --- this maybe the name of the field itself...
Rody
Retrieve Data From Both Unbounded Form/Subform Fields
Dear Wayne,
Thank you for your help. Attached herewith, the error returned by the main form "FrmBidTabTransaction2" when I set the form record source to "=Forms![YourMainForm]![YourPKField]". The same error when I set it to the subform...
Pls. help!!!, the attached document is the application I want to programmatically control the data entry:
1.) Parent Form is unbounded fields, and set a record source in my table "BidTabTransaction". If I want to retrieve record, I just populate the table by querydef and sql into recordset and...