it's always one problem or the other.. so i have a continuos form which contains 3 fields..e.g fname, lname, and ssn..now this continuos form is a subform.. what i would like to do when i click a button, i would like the s.s.n number/numbers (depending on how many) and date field from the main form to transfer to a table which has has 2 colums, s.s.n and date.. with what i have now, when i click the button e.g my subform looks something like this:
345765877 j fidler
364778988 m wild
897654333 p manning
when i click the button i would like for all ssn + the date to transfer to the table so it can look like this:
345765877 12/03/03
364778988 12/03/03
897654333 12/03/03
instead, all i'm getting when i press my button is the first row:
345765877 12/03/03
plus, how if u have a price field on a continuos form, how can u calculate total(on main form).. i have no idea how to do this....thanks guys, any help is greatly appreciated..
345765877 j fidler
364778988 m wild
897654333 p manning
when i click the button i would like for all ssn + the date to transfer to the table so it can look like this:
345765877 12/03/03
364778988 12/03/03
897654333 12/03/03
instead, all i'm getting when i press my button is the first row:
345765877 12/03/03
plus, how if u have a price field on a continuos form, how can u calculate total(on main form).. i have no idea how to do this....thanks guys, any help is greatly appreciated..