G
Guest
Hi,
I'm developing a database used by several people. They will use 10 forms for
performing updates. The design will be exactly the same, they're just link to
different queries.
Currently I have one form per data source. That does mean when I update the
design of the main screen, I must replace 10 forms.
I want to use only one form, and update the record data source.
I tried the following :
DoCmd.OpenForm "x_xx_udt_screen"
Forms!x_xx_udt_screen.RecordSource = "slq_oil_pm_fact_live_special_disc_late"
DoCmd.Maximize
I open my unique form x_xx_udt_screen, and update the record source. Do you
think it's a good way to proceed ? I made some tests, opened several forms
from different PC and after I got problem, apparently linked to my OLE server.
Rds
Marco
I'm developing a database used by several people. They will use 10 forms for
performing updates. The design will be exactly the same, they're just link to
different queries.
Currently I have one form per data source. That does mean when I update the
design of the main screen, I must replace 10 forms.
I want to use only one form, and update the record data source.
I tried the following :
DoCmd.OpenForm "x_xx_udt_screen"
Forms!x_xx_udt_screen.RecordSource = "slq_oil_pm_fact_live_special_disc_late"
DoCmd.Maximize
I open my unique form x_xx_udt_screen, and update the record source. Do you
think it's a good way to proceed ? I made some tests, opened several forms
from different PC and after I got problem, apparently linked to my OLE server.
Rds
Marco