checoturco
Registered User.
- Local time
- Yesterday, 18:13
- Joined
- Oct 17, 2005
- Messages
- 76
hi all,
i have a form that shows me the result of a query.depending the query, this form can bring me a lot of records or few records.the default view of this form is continuous forms.for each row, the user must insert some information.
anyone knows a way to when the user press the insert button, the information is inserted in BD row by row.
how can i read row by row with a for loop in a form with the continuous form?
or, if exist another way to buil a kind of table with the records retrieved and insert then row by row.
before i have to select a field with a combo box and insert the data, but if i have maybe 20 different fields in the combo, a take a lot of time to insert all the information.
thks all
i have a form that shows me the result of a query.depending the query, this form can bring me a lot of records or few records.the default view of this form is continuous forms.for each row, the user must insert some information.
anyone knows a way to when the user press the insert button, the information is inserted in BD row by row.
how can i read row by row with a for loop in a form with the continuous form?
or, if exist another way to buil a kind of table with the records retrieved and insert then row by row.
before i have to select a field with a combo box and insert the data, but if i have maybe 20 different fields in the combo, a take a lot of time to insert all the information.
thks all