Advertisement

1 - 10 of 16 containing alltags:("Access 2000/2003 VBA") (0.001 seconds)
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 ...
Zones: MS Access, Access Forms, Access...Date Answered: 01/30/2008 Grade: A Views: 0
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...
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...
Zones: MS Access, Access FormsDate Answered: 05/20/2008 Grade: A Views: 0
FormA                                                                       FormB txtICN and cboKO >>>>OpenArgs>>>>>>>>>>txtICN and cboKO                                                          ...
Zones: Access Forms, MS Access, Access Archi...Date Answered: 06/12/2008 Grade: A Views: 0
Table A                                      Table B pkFieldOne     Text     1>>>M    fkFieldOne     Text pkFieldTwo    Test      1>>>M   fkFiledTwo     Text 9000 records              7000 recor...
Zones: Access Architecture/Design, S...Date Answered: 06/18/2008 Grade: A Views: 0
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...
Zones: Access Architecture/Design, ...Date Answered: 06/24/2008 Grade: A Views: 0
FormA has four cmdbuttons cmdB1, cmdB2,  cmdB3 and cmd4. If FormB opens FormA I want   cmdB1,            cmdB2,  cmdB3 and cmd4.                                                   enabled       ...
 
Related Solutions:
When using OpenArgs as part Open Form command do they have...

I have passed OpenArgs between Forms but I always displayed them in a disabled and visible txtbox...

Tags: Access 2000/2003 VBA | Rating: 9.4
 
Zones: Access Architecture/Design, Acc...Date Answered: 06/28/2008 Grade: A Views: 0
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...
Zones: Access Architecture/Design, Acc...Date Answered: 06/29/2008 Grade: A Views: 0
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...
Zones: Access Coding/Macros, Access Arch...Date Answered: 07/10/2008 Grade: A Views: 0
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...
Zones: MS Access, Access Coding/MacrosDate Answered: 07/05/2008 Grade: A Views: 80