Hey all,
If wasted the entire morning trying to find the correct way of writing a simple message box.
All I want to do is check to see if a recordset has data in it and if so pop up a message box with a statement.
I've started with something like
Can anybody show me the correct way of writing this or point me to a place where I can see how this is done?
I don't want to go to a redirect page, just a message box.
Thanks
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
If wasted the entire morning trying to find the correct way of writing a simple message box.
All I want to do is check to see if a recordset has data in it and if so pop up a message box with a statement.
I've started with something like
Code:
<%if Recordset<>EOF then
[Messagebox code]
Else
[proceed with process]
End if%>
Can anybody show me the correct way of writing this or point me to a place where I can see how this is done?
I don't want to go to a redirect page, just a message box.
Thanks
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."