G
Guest
so i have a problem with the way that 'allow edits' works for a form.
I am using Access Data Projects; and I am not sure how well this relates to
MDB-- I haven't had to use a MDB for almost 5 years now
1) when a form is in 'allowedits = false' why is it that i can't change an
unbound control? it is an unbound control; it just seems like there should
be an easy way to specify that certain controls can be editied-- and others
not editied
I guess I'm looking for an alternative
Perhaps I shoudl go thru and enable and disable certain controls
programmatically
i basically have a control at the top of each form that allows people to
select what 'mode' they are in:
Add/Edit/View
and I can't use the 'AllowEdits' to do anything since then i can't let
people change the mode back to edit/Add; etc
it's just annoying.
i should be able to change an unbound control when 'allowEdits = false'
because it isn't really changing the Data-- it is just changing the control.
If it is an unbound control; it should let me change it if and when i want--
again since it isn't changing the data.
hope someone has an easier solution
I am using Access Data Projects; and I am not sure how well this relates to
MDB-- I haven't had to use a MDB for almost 5 years now
1) when a form is in 'allowedits = false' why is it that i can't change an
unbound control? it is an unbound control; it just seems like there should
be an easy way to specify that certain controls can be editied-- and others
not editied
I guess I'm looking for an alternative
Perhaps I shoudl go thru and enable and disable certain controls
programmatically
i basically have a control at the top of each form that allows people to
select what 'mode' they are in:
Add/Edit/View
and I can't use the 'AllowEdits' to do anything since then i can't let
people change the mode back to edit/Add; etc
it's just annoying.
i should be able to change an unbound control when 'allowEdits = false'
because it isn't really changing the Data-- it is just changing the control.
If it is an unbound control; it should let me change it if and when i want--
again since it isn't changing the data.
hope someone has an easier solution