Textbox Date just from First to Last

Pusher

BEOGRAD Put
Local time
Today, 17:52
Joined
May 25, 2011
Messages
230
Hi all,
[FONT=&quot]I have an unbound textbox that I can enter the date. I want to make 2 buttons that will go thru the dates day by day forward (Button1) and back (Button2). I want that the last day in the DB (I have a constants that are the first/last day in DB(txtAltEnd=DMax("[DATUM_IZVESTAJA]";"IZVESTAJ") etc.) be the default value when i enter the form. If i could get the Name of the day (Friday etc.) that would be GREAT. How do i do this?[/FONT]
[FONT=&quot]Thanks All[/FONT]
 
I want to make 2 buttons that will go thru the dates day by day forward (Button1) and back (Button2).

What do you mean by "go thru the dates". Do you mean you want to move through records in ascending order by date? If that's the case just sort your records accordingly and just use the built in navigation buttons or code your own buttons to move to the Next/Previous record. If you mean something else, please clarify.

I want that the last day in the DB (I have a constants that are the first/last day in DB(txtAltEnd=DMax("[DATUM_IZVESTAJA]";"IZVESTAJ") etc.) be the default value when i enter the form.

You want this as the default value of what? The unbound text box?

If i could get the Name of the day (Friday etc.) that would be GREAT.

Where do you want the day name to appear? In a different text box?
 

Users who are viewing this thread

Back
Top Bottom