chris-uk-lad
Registered User.
- Local time
- Yesterday, 18:11
- Joined
- Jul 8, 2008
- Messages
- 271
Hi,
I have a textbox for the User to enter a date, i want to then retrieving the records from my table which have a date within a month of a textbox date, so say i have a text box return:
Im unfamiliar with how to break down the date into segments or do i need to do a mid function after converting to a string??
Many Thanks
I have a textbox for the User to enter a date, i want to then retrieving the records from my table which have a date within a month of a textbox date, so say i have a text box return:
Code:
strDateC = txtDateC (e.g 10/01/09)
strDateC1 = **txtDateC + 1 month** (e.g 10/02/09)
Im unfamiliar with how to break down the date into segments or do i need to do a mid function after converting to a string??
Many Thanks