Peder
Hobbit
Hi Guys i am busy with a Computer studies Task and was wondering what kind of loop i should make...
Okay so i have to explain in Algorithm how to enter data into a database.
So what i have so far is:
Open Database
Click options
Click enable Content
Click ok
Login with Username and Password
Goto New Customer Order
Choose Customer
If Customer ID does not exist
Then open add client
End if
If Customer ID does exist
Choose Customer ID
If product >1 then
Choose product
Choose Quantity of Product
Now the bolded part has to be repeated a certain number of times depending on how many parts the person wants, what is the best way to make it repeat? algorithmically?
Thanx
hope someone can help me quick
Peder
Okay so i have to explain in Algorithm how to enter data into a database.
So what i have so far is:
Open Database
Click options
Click enable Content
Click ok
Login with Username and Password
Goto New Customer Order
Choose Customer
If Customer ID does not exist
Then open add client
End if
If Customer ID does exist
Choose Customer ID
If product >1 then
Choose product
Choose Quantity of Product
Now the bolded part has to be repeated a certain number of times depending on how many parts the person wants, what is the best way to make it repeat? algorithmically?
Thanx
hope someone can help me quick
Peder