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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.