Need some help with 'Select Case'.
I have the following; on a form
Comb_buyer
Comb_comp
Comb_job
txtBx_Projtitle
txtBx_BU
TxtBx_PurOrdNo
TxtBx_PurOrdDate
What I need to do is, on click of Cmdbtt_Draft button, I need to check if any of the above is blank (empty, null, etc) then display message box listing which ones are blank (empty, null, etc). If none are blank (empty, null, etc) then message box with "Written to Database, with Status of Draft". Any suggestions?
I have the following; on a form
Comb_buyer
Comb_comp
Comb_job
txtBx_Projtitle
txtBx_BU
TxtBx_PurOrdNo
TxtBx_PurOrdDate
What I need to do is, on click of Cmdbtt_Draft button, I need to check if any of the above is blank (empty, null, etc) then display message box listing which ones are blank (empty, null, etc). If none are blank (empty, null, etc) then message box with "Written to Database, with Status of Draft". Any suggestions?