comment before opening hybrid query

T

thread

Hi all,

i coded some queries that by proccess needs to be rebuild one after
another
is it posible to give some comment before some is trying to open a
query before rebuilding another table by another query? so the
relations will not be cutten
 
J

John W. Vinson

Hi all,

i coded some queries that by proccess needs to be rebuild one after
another
is it posible to give some comment before some is trying to open a
query before rebuilding another table by another query? so the
relations will not be cutten

You can post a message on screen using MsgBox (see the online help for the
syntax). Nothing to stop the user from doing something wrong even if warned,
though!

John W. Vinson [MVP]
 
Top