C
|
clig 11/23/2009 |
Hi, Hope everyone is doing good!!! I'm hoping if some could help me with this. I am trying to auto populate a field depending another field. some of you will say that i can use the look up wizard, it is true but what i am trying to do is diffirent. I will have 4 fields as below :
|
W
|
wisdom2009 author 11/23/2009 |
You could build a second page that would be called in after save - so you could actually store worker queries for reference and use those values to pull up a summary page that includes "hours worked"
|
C
|
clig 11/24/2009 |
I did created a second page and i used it in the look up wizard to match the date added in the from to the the date in the view that will pull the hours worked i did add where clause in the lookup wizard where the userId = session(userid) and with no luck Now my question. Can i add where clause in look up from to say Where USERID='" & Session("UserID") & dtDate = dtExceptionDate (this is the date that will be entered in the form.
|
W
|
wisdom2009 author 11/24/2009 |
need an event to capture antyhing selected or typed - real-time would likely need some custom asp to capture a form field change
|
W
|
wisdom2009 author 11/24/2009 |
Hi, |
W
|
wisdom2009 author 11/29/2009 |
Any Help??? |
J
|
Jane 11/30/2009 |
Hi, |
W
|
wisdom2009 author 11/30/2009 |
Hi, |
J
|
Jane 12/1/2009 |
Hi, |
W
|
wisdom2009 author 12/1/2009 |
Hi, I'm not sure that I understand your question. This code is executed when Save button is clicked. Unfortunately there is no way to update field based on the selected date on the fly.
|
J
|
Jane 12/1/2009 |
Unfortunately no. |
W
|
wisdom2009 author 12/1/2009 |
Jane, |