I have a table in the database that I need to allow users to directly update (I know that's a scary thought, but it's a pretty simple table that stores dates and specific events). So my table, JMPTERMS has the following fields:
AppearanceDate, MailDate, Request, NRPrint, CurrentAppearance. The users need to be able to add AppearanceDate and update MailDate. Can I use a DBGrid? For AppearanceDate the user only needs to know the last entered date, but MailDate needs to show all AppearanceDate records that don't have a mail date. All the other fields are program oriented and the users don't need to see them at all. Any suggestions? Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
AppearanceDate, MailDate, Request, NRPrint, CurrentAppearance. The users need to be able to add AppearanceDate and update MailDate. Can I use a DBGrid? For AppearanceDate the user only needs to know the last entered date, but MailDate needs to show all AppearanceDate records that don't have a mail date. All the other fields are program oriented and the users don't need to see them at all. Any suggestions? Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned