Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiuser in Access Database

Status
Not open for further replies.

calvert

Technical User
Jun 26, 2000
14
0
0
GB
I need to know how to get my Access database to accept orders into the Order table from more than one person at a time. The system is set to No Locks, Shared. The tables are held on the server (WinNT) and the workstations (WIN98) have the 'front end'. If two people are entering orders and hit the Accept button at the same time Access cannot handle it. One PC gets a new order number, the other doesn't.<br><br>Any ideas - I'd appreciate it!!!
 
Received a great countif from you fine people the other day that when placed in column H (Panels)<br>=(COUNTIF(G2,&quot;&lt;&gt;0&quot;))*40<br>and manually(blah) copied down tested if column G (Pieces) had non-zero's to multiply it by 40.<br><br>My boss says:<br>The sheet ultimately needs to be sorted by column D (Department).&nbsp;&nbsp;Then only applying the countif&nbsp;&nbsp;(shown above) if column D contains a department name listed in the vlookup table located in column K.&nbsp;&nbsp;&nbsp;Then subtotaled (using SUM) for every change in column D (Department), results summary placed below data in column G (Panels) and column H (Pieces). <br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top