Z
Zygoid
after reading many posts, there might be a better way to do what I a
trying to accomplish.
I have 2 workbooks,
db.xls used for storing info such as customer lists, material
lists, ect.
new.xls used to estimate, create proposals and create work
orders.
I have 4 sales reps that use the workbooks. but when they open new.xl
they have to click a command button to save_as, so another rep can ope
new.xls.
in my coding, i have been able to open db.xls get info or add info, an
close db.xls so that others can use it. this is why i cannot use dat
validation, or combo boxes with data from db.xls.
but now, since my coding is getting more complex, and the db.xls i
being used more in my coding, i need to be able to have db.xls opene
on more than one computer at a time.
i have seen many posts talking about ACCESS or SQL which i have both.
what would you recommend, so that each of my sales reps could have eac
file open at the same time? or is there even a better way than what i a
doing
trying to accomplish.
I have 2 workbooks,
db.xls used for storing info such as customer lists, material
lists, ect.
new.xls used to estimate, create proposals and create work
orders.
I have 4 sales reps that use the workbooks. but when they open new.xl
they have to click a command button to save_as, so another rep can ope
new.xls.
in my coding, i have been able to open db.xls get info or add info, an
close db.xls so that others can use it. this is why i cannot use dat
validation, or combo boxes with data from db.xls.
but now, since my coding is getting more complex, and the db.xls i
being used more in my coding, i need to be able to have db.xls opene
on more than one computer at a time.
i have seen many posts talking about ACCESS or SQL which i have both.
what would you recommend, so that each of my sales reps could have eac
file open at the same time? or is there even a better way than what i a
doing