Single Form accessing Multiple Backends

J

jsccorps

Currently have a form for a single backend (e.g., Backend A). Client wants
to add a new region/account and use the same form to access the data (Backend
B). He wants the customer relations folk to be able to go between Backend A
and Backend B (e.g., switch back and forth). That is using the same form,
access the Backend A data and the Backend B data. Would I need to link the
form to the requested Backend - if so , how would this be done? Or, is there
a better way?
 
K

KARL DEWEY

Or, is there a better way?
Yes, use only one backend but add a new field to distinguish the data A or B.
On form use Option Group to select A or B. Option Group selection used in
query feeding form as criteria. Refresh following Option Group change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top