L
Lloyd
I have a Main Menu form that opens when the user opens the database. It has
7 Dlookup fields (Here is one example:" =("Murders YTD: " &
DCount("[personcasetype]","qryytdmurdervictims")") that I use to show the
enduser current stats based on records in the tables. The database is split
with the backend on a server and the front end on the users local PC. The
problem is there is a delay on the Main Menu form while it does the DLookup
calculations. I want to still display the stats for the user but I need to
speed up the calculations. Is there a way to have these done on the server
instead or any other way to speed them up.?
7 Dlookup fields (Here is one example:" =("Murders YTD: " &
DCount("[personcasetype]","qryytdmurdervictims")") that I use to show the
enduser current stats based on records in the tables. The database is split
with the backend on a server and the front end on the users local PC. The
problem is there is a delay on the Main Menu form while it does the DLookup
calculations. I want to still display the stats for the user but I need to
speed up the calculations. Is there a way to have these done on the server
instead or any other way to speed them up.?