Gustav Brock
gustav at cactus.dk
Mon Jun 23 10:51:41 CDT 2003
Hi Andy Look up in the archives a suggestion for this under the subject: Re: [AccessD] Enter a time and date for a payroll For two textboxes, change this line datDateTime = Date + CDate([txtYourTextbox]) to datDateTime = CDate([txtDateTextbox]) + CDate([txtTimeTextbox]) /gustav > I am currently working on a database for payroll that > involves drawing a known date together with a time, supplied by a user to > create a general date field. Is it possible to combine these two fields and > if so how? Thanks,