A family of Microsoft relational database management systems designed for ease of use.
Wayne,
Your Yes/No suggestion was exactly what I was looking for, and here is a description of how I will use it:
- Each customer will have from two to seven logical Internet connections running over a single physical link.
- One end-point connection will be defined as the primary, and all other end-points on the connections will be defined as secondary.
- A total of nine probe commands will be sent on the primary connection, but only three will be sent on secondary connections.
- In my parsing application, I have a way of determining what responses are from primary end-points, and what responses are from secondary end points; and it can set the Primary/Secondary (Yes/NO) switch that can be passed to the MS Access application.
- I have created an Access Autoexec Macro that has a series of nine processing steps.
The only thing that I want to added to this Autoexec Macro is an IF Macro after step three, to check the Yes/No switch. The setting of this switch will determine if all nine processing steps are to be executed, or if processing can stop after the first three steps have been performed.
I am currently using a single-field table for this switch but if this will not work, I can used a Access form or another object. (I am using a single-field table because it was a very simple process to set a Yes/No value in a text field, and then importing this field into an Access table
The Access portion of the application is designed to:
- Run the first three steps, and then;
- Interrogate the setting of the Yes/No switch;
- If switch is No, Access will Exit and no additional processing is required.
- If Switch is Yes, Access will perform the remaining six steps of the application and then Exit.
I don't know if this clarifies or further confuses how I intend to use the Yes/No switch, but hopefully the former is the case.
My "so called" Access application is very simple, and is designed to execute as fast as possible. It is currently composed of queries, Macros, and a couple of VBA functions. However, if this project is successful, I will get rid of the macros, and convert the logic to VBA code.
Again thanks for your help and hope to hear from you soon.