I have a question on whether or not I am doing something correctly or using best practice. I have an estimate form that I am trying to convert from MS Excel to MS Infopath with a database table backend. I'd like to store the estimate hour values in a MS Access database, but have an infopath form for the end user to complete.
Current Situation:
MS Access - 1 table for storing 4 fields/columns:
1.) System (two possible)
2.) New Change (two possible)
3.) Type of Change (10-12 posibilities)
4.) Hours (this is the number I want stored for calculating and summing later on)
Infopath:
1.) I have three combo boxes that successfully look at the MS Access database for the drop down values (points to secondary connection)
2.) Main connection established, with a secondary connection storing values to the form.
Where I'm struggling:
1.) I cannot successfully query the database to extract the hours (field/column 4 in the Access database). It always displays the first record of the table.
2.) Do I need a secondary connection if I'm just wanting to pull the hours from the same table (using only one table).
Desired Outcome Example (Repeating Table):
System: N/C: Type: Hours:
System1 New Tool XX
System2 New Code XX
System1 Change Code XX
Total Hours: YY
Any thoughts or high level approaches is appreciated!!!
Thanks!