FormA opens FormB
Current OnOpen Event Code (drastically abbreviated) of FormB
Me.FieldOne.SetForcus
FormB opens and focus is set to FieldOne automatically regardless if the field is full or ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23112984.html
FormA opens enter data into field1.......field4. A command button opens ReportB (with no OpenArgs). The report has the same fields as FormA. Each of the Report fields has a control source of F...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23399536.html
Zones:
MS AccessDate Answered: 05/13/2008 Grade: A Views: 0
FormA has a SubformB. Together they form a CHANGE form. All of the data gets passed on to ReportC
None of the data on FormA needs to held for future reference so all fields are unbound. To clea...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23406987.html
FormA FormB
txtICN and cboKO >>>>OpenArgs>>>>>>>>>>txtICN and cboKO
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Forms/Q_23477877.ht...
Table A Table B
pkFieldOne Text 1>>>M fkFieldOne Text
pkFieldTwo Test 1>>>M fkFiledTwo Text
9000 records 7000 recor...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Architecture-Design...
Like my first question. "Troubleshooting referential integrity" I have found the missing data enter it and now referential integrity is set. I have created a error message. When I try to ente...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Architecture-Design...
FormA has four cmdbuttons cmdB1, cmdB2, cmdB3 and cmd4.
If FormB opens FormA I want cmdB1, cmdB2, cmdB3 and cmd4.
enabled ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Architecture-Design...
I have passed OpenArgs between Forms but I always displayed them in a disabled and visible txtbox. I do this to "see" all of the OperArgs transferring.
Is this necessary in order to transfer t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Architecture-Design...
FormA has two Fields fldOne and fldTwo both are primary keys.
FormA is a means of inputing data into tblMaster. tblMaster holds fldOne as PrefixX12345 or PrefixY12345.
There are only two Pre...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_235...
There are three options acSaveNo, acSavePrompt and acSaveYes. . I know when a form closes the data it holds can no longer can be used so a lot of times I use me.visible=false
I'm having t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23538599.html