so is there no way to call a value from a table that is closed? by that i mean..
lets say i have 3 dynamic forms.
a opens b and then b opens c. and c prints
when going from form A to B some info are transferred and recorded to a table.
when going from B to C.. same thing.
is there no way then to recall something from TableA to C?
wshs,
Are you saying that upon the mere act of opening form B, for instance, you are writing a value to table A? Then you want to read that value in Form C?
I'm having a hard time understanding, but since you mentioned the dlookup, if this function is in a textbox, you could requery the textbox to get the latest value.
For instance, upon the event that causes a write to table A, then requery the textbox that's looking for that value right after the write.
--Jim
i have a table "VRegister" which consist of budgetlines. (fund, revnumber, amount, etc.) bfsix = unique
user will be using form "SelectBudget" to store all the transactions and all those will be captured to VRegister.
Now when user wants to print a check from form "Checking",
i was hoping i can use 'bfsix' to find the correct fund, revnumber, etc from "VRegister and pretty much transfer all the same info. am i making sense?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.