Hey guys, I need a little bit of help here.
I have two sets of programs where some of the data they use on parts overlaps. However, each set of programs differs slightly for what they need, and greatly on all levels below this top level.
For that reason I made a form for each set of programs. (Programs here is referring to program names for customers, not a bunch of software programs) Now there is one form that they call that edits this top level data. Since the top level data is mostly the same, I figured for just this level I would use the same form to edit the data. The part of my function that alters the database works just fine with a single If Then. However, the part where I am stuck is where I need this data changing form to change the data held in an array on one of the two forms that called this guy. I do not seem to be having much luck in not getting an error trying to assign something to point at one or the other's array. I want to do this so that editing the data will still work the same as before with just a single If Then.
It is possible that this data changing form needs to increase the size of the array on the form that called it. Before when we had one main customer this was quite simple. Now that I need just a variable that points to one or the other I seem to be blocked. I know this should be quite simple and I feel I am just not looking in the right direction.
Any suggestions for me to study up on here?
~
“Your request is not unlike your lower intestine: stinky, and loaded with danger.” — Ace Ventura.
I have two sets of programs where some of the data they use on parts overlaps. However, each set of programs differs slightly for what they need, and greatly on all levels below this top level.
For that reason I made a form for each set of programs. (Programs here is referring to program names for customers, not a bunch of software programs) Now there is one form that they call that edits this top level data. Since the top level data is mostly the same, I figured for just this level I would use the same form to edit the data. The part of my function that alters the database works just fine with a single If Then. However, the part where I am stuck is where I need this data changing form to change the data held in an array on one of the two forms that called this guy. I do not seem to be having much luck in not getting an error trying to assign something to point at one or the other's array. I want to do this so that editing the data will still work the same as before with just a single If Then.
It is possible that this data changing form needs to increase the size of the array on the form that called it. Before when we had one main customer this was quite simple. Now that I need just a variable that points to one or the other I seem to be blocked. I know this should be quite simple and I feel I am just not looking in the right direction.
Any suggestions for me to study up on here?
~
“Your request is not unlike your lower intestine: stinky, and loaded with danger.” — Ace Ventura.