S
Sadnaot10
Hi,
I have a query - There everything is ok
The data can be changed
But when I create a form base on the query (Using Wizard - just select
the table) the data caould not be changed via the form,
Why??
Here is the query:
SELECT Q_EMP_WORK_PCT_PREV_AND_CURRENT.SignOut,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.EmpNumber,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.[Emp Name],
Q_EMP_WORK_PCT_PREV_AND_CURRENT.Year,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.Month,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.CurrentMonthPct,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.PrevMonthPct
FROM Q_EMP_WORK_PCT_PREV_AND_CURRENT;
In order to have the ability to change data in the query window - I
changed the recordset type to:
Dynaset (Inconsistent Updates), so now the query is ok.
But the form based o the fom - The data could not be changed
(I would like to give the user the option to change th SignOut value
Many Thanks,
Dola
I have a query - There everything is ok
The data can be changed
But when I create a form base on the query (Using Wizard - just select
the table) the data caould not be changed via the form,
Why??
Here is the query:
SELECT Q_EMP_WORK_PCT_PREV_AND_CURRENT.SignOut,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.EmpNumber,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.[Emp Name],
Q_EMP_WORK_PCT_PREV_AND_CURRENT.Year,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.Month,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.CurrentMonthPct,
Q_EMP_WORK_PCT_PREV_AND_CURRENT.PrevMonthPct
FROM Q_EMP_WORK_PCT_PREV_AND_CURRENT;
In order to have the ability to change data in the query window - I
changed the recordset type to:
Dynaset (Inconsistent Updates), so now the query is ok.
But the form based o the fom - The data could not be changed
(I would like to give the user the option to change th SignOut value
Many Thanks,
Dola