Forms unbouded/bounded

Luciano

Registered User.
Local time
Today, 20:23
Joined
Jul 29, 2007
Messages
25
Hi, I want myAccess-application in multi-user environment ((maximum 3 users) with a splitted database (Front-end/Back-end). Should I use bounded (quit easy) forms (with action-queries and ADO-Recordsets and VBA) or unbbounded forms (rather more complex).
 
Sorry, I didn't know there was a relation to the other Access Forum.
 
There is no relation between the forums. Many folks like you participate in several forums. Please read the link I provided so that you better understand why you need to identify crossposts.


Alan
 
There is no relation between the forums. Many folks like you participate in several forums. Please read the link I provided so that you better understand why you need to identify crossposts.


Alan

Thanks for the information. Someoneon the forum was very helpfull.
 
I use and need very often 'Text-fields events' (Got focus/After update).This effects updates in two other tables. Do you mean by 'Form level events' that I rather avoid this Text-fields events (this would be very annoying)?
May-be I will know what's better trying it out wit real data?
 
I use and need very often 'Text-fields events' (Got focus/After update).This effects updates in two other tables. Do you mean by 'Form level events' that I rather avoid this Text-fields events (this would be very annoying)?
May-be I will know what's better trying it out wit real data?

why would an event handler for a text field cause an update on 2 OTHEr tables?
 
The updated text-fields are numeric. Updating such fields in one (table-bounded) form, causes updating (calculated) fields (using the updated text-fields) in other tables.
 

Users who are viewing this thread

Back
Top Bottom