P
Paul Vlachou
'Newbie'
I am attempting my first uni project which is to write an airline booking
system.
I have created a form with 3 datagrids and filled them successfully using
oledb to an access database (mdb)
I wish to show 3 textboxes on the form whose values are derived by sum
statement on the dbase.
eg:
TB1 = "SELECT SUM(Res_PartySize) from Reservations WHERE Res_Status='C'"
TB2:= Status="Q" TB3=Status="D"
Could somebody please advise how to bind to the textboxes or supply a simiar
working example.
Muchly appreciated
Student, Perth WA
I am attempting my first uni project which is to write an airline booking
system.
I have created a form with 3 datagrids and filled them successfully using
oledb to an access database (mdb)
I wish to show 3 textboxes on the form whose values are derived by sum
statement on the dbase.
eg:
TB1 = "SELECT SUM(Res_PartySize) from Reservations WHERE Res_Status='C'"
TB2:= Status="Q" TB3=Status="D"
Could somebody please advise how to bind to the textboxes or supply a simiar
working example.
Muchly appreciated
Student, Perth WA