I have a query and need your advise.
Able to display interactive 3 records forms on a page in Access using the setting as continous forms.
Want to do the same in VB6 for displaying first 5 records having(4 fields per record)on the form and on NEXT click button goes to next 5 records in the same> form.
Question is Do I get this done in VB?
Assuming
1) Do I have to create text boxes of 5 rows (for 4 fields per row) to display the record, as such, one of the field is check box that is being used as YES/NO for addition/removal of the record for calculation.
Note : For every click on check box of Yes/No will calculate the sum amount at the bottom of the form.
2) To display the 5 records on a form and than the other 5 records do I have to use array or is there other way of doing it.
Please Advise. [sig][/sig]
Able to display interactive 3 records forms on a page in Access using the setting as continous forms.
Want to do the same in VB6 for displaying first 5 records having(4 fields per record)on the form and on NEXT click button goes to next 5 records in the same> form.
Question is Do I get this done in VB?
Assuming
1) Do I have to create text boxes of 5 rows (for 4 fields per row) to display the record, as such, one of the field is check box that is being used as YES/NO for addition/removal of the record for calculation.
Note : For every click on check box of Yes/No will calculate the sum amount at the bottom of the form.
2) To display the 5 records on a form and than the other 5 records do I have to use array or is there other way of doing it.
Please Advise. [sig][/sig]