Oct 23, 2002 #1 downtime IS-IT--Management May 16, 2002 98 US When I access a ASP on my intranet I get this value in all the fields (#name?). Any suggestions on whats going on?
When I access a ASP on my intranet I get this value in all the fields (#name?). Any suggestions on whats going on?
Oct 23, 2002 #2 AnnYH IS-IT--Management Jul 22, 2002 22 CA You haven't got your data. There are so many reason. Check your database is connected. Data fields are match that you want to show..... AnnYH Upvote 0 Downvote
You haven't got your data. There are so many reason. Check your database is connected. Data fields are match that you want to show..... AnnYH
Oct 23, 2002 #3 CJTyo Programmer Sep 17, 2002 181 US Are the data fields bound to a table or query? They have to get their data from somewhere... #NAME? indicates the form can't display the data because either there is no data or it doesn't know where to get it from. C *~*~*~*~*~*~*~*~*~*~*~*~* Insanity is a matter of Perception. Upvote 0 Downvote
Are the data fields bound to a table or query? They have to get their data from somewhere... #NAME? indicates the form can't display the data because either there is no data or it doesn't know where to get it from. C *~*~*~*~*~*~*~*~*~*~*~*~* Insanity is a matter of Perception.