Removing a Field from a form

stevan

Registered User.
Local time
Yesterday, 22:28
Joined
Jun 22, 2005
Messages
20
I use access template service management . In the workorder screen there is a field for employee that entered teh information . I do not wnat to use it I have tried all ways of removing it and get error . It seems to have to be there . Is there a way to remove it ??

Thxs STEVE
 
There must be some code associated with it. I am not familiar with this template so I don't know for sure. In any event, if you want to remove something, you also must remove all references to it. You can't just delete a column from a table. You have to track down all references to it from forms/reports/queries and code.
 

Users who are viewing this thread

Back
Top Bottom