Afternoon all,
well my problem is I have a list of license's (software) & my bosses have decided that rather than having information saying we have 50 installs & 45 licenses they want licences specifically assigned to people. The assigning is not the problem its the creating this list. Currently my license table consists of:
License_ID
License_Name
No_Purchased
Delta
Installs
however due to licenses now having to be assigned specifically to people i realise that a new table has to be made listing each license indicidually rather than grouping them as i have done above. Im guessing the best way to populate this table is to do a Do Until loop saying insert license name into New_License_Table Until counts = No_Purchased. However i havent find any decent info on the net about these loops so i was hoping some1 could help me tee off this loop so im on the right track unless sum1 has a better idea!
Any help is much appreciated..
Cheers
well my problem is I have a list of license's (software) & my bosses have decided that rather than having information saying we have 50 installs & 45 licenses they want licences specifically assigned to people. The assigning is not the problem its the creating this list. Currently my license table consists of:
License_ID
License_Name
No_Purchased
Delta
Installs
however due to licenses now having to be assigned specifically to people i realise that a new table has to be made listing each license indicidually rather than grouping them as i have done above. Im guessing the best way to populate this table is to do a Do Until loop saying insert license name into New_License_Table Until counts = No_Purchased. However i havent find any decent info on the net about these loops so i was hoping some1 could help me tee off this loop so im on the right track unless sum1 has a better idea!
Any help is much appreciated..
Cheers