[frmPunchlist] has a text box [tagitem]
[tagitem] must = one of the tags over a multiple of tables eitherwise when I run reports later they will not show valid results.
to use a drop down list of all tags, over the 9 tables would be to large.
what I was would like to do make a function afterupdate to check the feild created against each table.
If it provides a true the box would be green, or another box beside it would have check, if it provides a false the box would turn red or have an x beside it.
[tblLineList], [tblIso], [tblCable], [tblInstrument] are examples of the tbl's I would be using, and the row of data would be called [tag]
Any Ideas of how I could write this up? I'm pretty new at VB and access, but if someone has some code that I could start with I should be able to mould it to what I need.
thankyou!
Jason
[tagitem] must = one of the tags over a multiple of tables eitherwise when I run reports later they will not show valid results.
to use a drop down list of all tags, over the 9 tables would be to large.
what I was would like to do make a function afterupdate to check the feild created against each table.
If it provides a true the box would be green, or another box beside it would have check, if it provides a false the box would turn red or have an x beside it.
[tblLineList], [tblIso], [tblCable], [tblInstrument] are examples of the tbl's I would be using, and the row of data would be called [tag]
Any Ideas of how I could write this up? I'm pretty new at VB and access, but if someone has some code that I could start with I should be able to mould it to what I need.
thankyou!
Jason