J
jar92380
Hello
I would like to know what steps I would take to be able to input a number,
have it check against a sql db and then bring back some static numbers which
are in the database.
What I have so far is, I have created the data source and I know it works
cause if I use the list box all of the number show up. However if I use a
text box and a submit button which does the following
Rules:
JobNumber = WBS1 (database table which stores all the numbers)
Actions:
Query using a data connection : database
set a field's value: HotelCost = @custReimbHotelRate
set a field's value: RentalCar = @custReimbcarRate
set a field's value: Airfare = @custReimbAirRate
and thats it. Any ideas?
I would like to know what steps I would take to be able to input a number,
have it check against a sql db and then bring back some static numbers which
are in the database.
What I have so far is, I have created the data source and I know it works
cause if I use the list box all of the number show up. However if I use a
text box and a submit button which does the following
Rules:
JobNumber = WBS1 (database table which stores all the numbers)
Actions:
Query using a data connection : database
set a field's value: HotelCost = @custReimbHotelRate
set a field's value: RentalCar = @custReimbcarRate
set a field's value: Airfare = @custReimbAirRate
and thats it. Any ideas?