P
pete.trudell
I have designed a Leave Request form which passes through several
steps, before the final step to send the data to a database. However,
their are times when the leave data is already posted to the leave
records, so I need a Conditional If to see if a record for that staff
member (login ID) and Leave StDate are already in the database.
I am unfamiliar with InfoPath, so I am feeling my way around with code
from the Help File. Could use some help.
Also two other related questions.
How do I send a print form request by code, and how do I close the Form
by code.
Thanks
MyForm(P-3 Request) has one main connection to an Access 2003 Databse
Table called Leave.
The Fields which are sent to the Table are : Login ID, Start Date , End
Date, From (time) , To (time), number of hours for either /or any of
Personal Lv, Sick Lv, Comp Lv.
If the Login ID & Start Date match to the data being send, the transfer
should stop, and update a field call P-3 (true).
If the Login ID & Start Date do not Match data is Transfered.
Thanks Again
steps, before the final step to send the data to a database. However,
their are times when the leave data is already posted to the leave
records, so I need a Conditional If to see if a record for that staff
member (login ID) and Leave StDate are already in the database.
I am unfamiliar with InfoPath, so I am feeling my way around with code
from the Help File. Could use some help.
Also two other related questions.
How do I send a print form request by code, and how do I close the Form
by code.
Thanks
MyForm(P-3 Request) has one main connection to an Access 2003 Databse
Table called Leave.
The Fields which are sent to the Table are : Login ID, Start Date , End
Date, From (time) , To (time), number of hours for either /or any of
Personal Lv, Sick Lv, Comp Lv.
If the Login ID & Start Date match to the data being send, the transfer
should stop, and update a field call P-3 (true).
If the Login ID & Start Date do not Match data is Transfered.
Thanks Again