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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hapajapa0218

  1. hapajapa0218

    DateTimePicker in Access 2000?

    Are there any controls like DateTimePicker for VB6+ in Access2000? I need to open a Calendar for users to select a date from.. is this possible in any way in A2K? Thanks
  2. hapajapa0218

    Simple Forms Question

    I would like to have a form that displays a single record at a time, and when the user modifies any field then clicks the save button, record the modification to a file on disk.. I currently am using this: Private Sub txt_homephone_BeforeUpdate(Cancel As Integer) DoCmd.OutputTo...
  3. hapajapa0218

    Access 2000 Before_Update to check user and stored values

    I have a single form (say..aForm); there is a textbox on the form whose control source is a field called "txt_homePhone" from a table (say..bTable); say there is a SaveRecord cmd button too. What I would like to do is when the user changes the SSN value (of say 111-11-1111 to...

Part and Inventory Search

Back
Top