I have an Access FE with MSSQL BE an Pass-Throughs to and iSeries (AS-400). Okay I am already over my head.
I would like to build a subform (data sheet) that allows the user to select vendor records. This will store the Vendor Number in an MSSQL table. Selecting the Vendor Number is easy, just add a combo box with the Row Source pointing to the iSeries table and have the Control Source as the Vendor Number in MSSQL. Perfect, works great, no problem.
Until...
I would like the user to have the ability to select by either Vendor Number or Vendor Name. If I use the above example substituting the Vendor Name for Vendor Number it still works great. Except, since the MSSQL table will have the Vendor used several times then the name appears several times thus NOT NORMALIZED. No big deal until the Vendor name is updated on the iSeries, all of the sudden the data no longer matches. Sigh...
Using the same subform concept I tried to use the Control Source for both combo's as Vendor No but the combo Vendor Name does not display, I tried no Control Source and ALL Combo Vendor Names show the last name entered (oops).
Another alternative is to update the (no longer normalized) table but it won't update (currently being addressed in another thread).
Is their something obvious that will make me feel foolish (I hope).
Thank you,
I would like to build a subform (data sheet) that allows the user to select vendor records. This will store the Vendor Number in an MSSQL table. Selecting the Vendor Number is easy, just add a combo box with the Row Source pointing to the iSeries table and have the Control Source as the Vendor Number in MSSQL. Perfect, works great, no problem.
Until...
I would like the user to have the ability to select by either Vendor Number or Vendor Name. If I use the above example substituting the Vendor Name for Vendor Number it still works great. Except, since the MSSQL table will have the Vendor used several times then the name appears several times thus NOT NORMALIZED. No big deal until the Vendor name is updated on the iSeries, all of the sudden the data no longer matches. Sigh...
Using the same subform concept I tried to use the Control Source for both combo's as Vendor No but the combo Vendor Name does not display, I tried no Control Source and ALL Combo Vendor Names show the last name entered (oops).
Another alternative is to update the (no longer normalized) table but it won't update (currently being addressed in another thread).
Is their something obvious that will make me feel foolish (I hope).
Thank you,