|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
How do you insert multiple records at the same time?
Hi,
I need help to solve this situation.... House 1 (1 photo) House 2 (4 photos) Example: Table1 idHouse....#auto House.......text Addr..........Memo Table2 idPhoto.....#auto idHouse....num Photo........text I need insert multiple records into a single field of the Table2 and insert the idHouse too. How do I do this? I need your Help...... Thanks in advance |
|
#2
|
|||
|
|||
|
What database are you using?
|
|
#3
|
|||
|
|||
|
Ms Access 2000
|
|
#4
|
|||
|
|||
|
Input a single value for idHouse
and at the same time Input all the corresponding values for table 2 count the number of records corresponding to idHouse and run a loop, inisde that loop run the insert statment for table2. it is simple if u need further help tell me |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > How do you insert multiple records at the same time? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|