M
Mike Revis
Hi Group,
Access 2000. WinXPPro
On frmJob I have cmdAir(opens frmAir), cmdOcean(opens frmOcean) and
cmdPackage(opens frmPackage).
Each form is based on its own table.
I am trying to keep cmdPackage disabled until either tblAir or tblOcean has
had data entered relating to JobID.
I can have cmdPackage disabled when it is a new record but I can't figure
out how to check tblAir and tblOcean for JobID when it's not a new record.
I think I know that I have to check the records in tblAir and tblOcean for
the existence of JobID and I have looked at recordset help but I'm not
getting it.
As always suggestion and guidance is appreciated.
Mike
Access 2000. WinXPPro
On frmJob I have cmdAir(opens frmAir), cmdOcean(opens frmOcean) and
cmdPackage(opens frmPackage).
Each form is based on its own table.
I am trying to keep cmdPackage disabled until either tblAir or tblOcean has
had data entered relating to JobID.
I can have cmdPackage disabled when it is a new record but I can't figure
out how to check tblAir and tblOcean for JobID when it's not a new record.
I think I know that I have to check the records in tblAir and tblOcean for
the existence of JobID and I have looked at recordset help but I'm not
getting it.
As always suggestion and guidance is appreciated.
Mike