Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with command 'PRINT'

Status
Not open for further replies.

omauri

Programmer
Jan 24, 2001
12
0
0
CO
Hi. I have a problem with the command PRINT. I work with Acess 2000 with a project (*.adp). But the message with PRINT is not displayed in a client's screen. I don't want to use RAISERROR. Please help me. Thanks.

OSCAR N
 
Use a SELECT statement instead of PRINT.

Print 'An error occurred during the update'

can be replaced with

Select Message='An error occurred during the update'

This will be returned to the Access project. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top