The books I use are the Sybex Access books.
I'm not syaing that they suggest using unbound forms, becasue to be honest I find it hard to study by reading, and most of my learning has come from doing.
In terms of what it is I don't understand, well in this case it would be preventing updates to data if accidently changed. i.e Me.Dirty = true, but would like to confirm with the user that they meant to make the changes, before they are saved to the table. This is just one example off the top of my head.
I did actually code a bound form using an edit button (and a nice little box that was red when editing was not allowed, and green when editing was allowed), but I found that the ppl that were using the form prefered to not have it there, as it was something else to remember.
When I make a system I try to make it is as easy as possible to use, even if that means more work for me!
I guess this is because I have used some horrible systems in my (brief) time in employment.
Or maybe as you stated I am just "mad" and like to make things harder for myself unnecessarily...
I'm not syaing that they suggest using unbound forms, becasue to be honest I find it hard to study by reading, and most of my learning has come from doing.
In terms of what it is I don't understand, well in this case it would be preventing updates to data if accidently changed. i.e Me.Dirty = true, but would like to confirm with the user that they meant to make the changes, before they are saved to the table. This is just one example off the top of my head.
I did actually code a bound form using an edit button (and a nice little box that was red when editing was not allowed, and green when editing was allowed), but I found that the ppl that were using the form prefered to not have it there, as it was something else to remember.
When I make a system I try to make it is as easy as possible to use, even if that means more work for me!
I guess this is because I have used some horrible systems in my (brief) time in employment.
Or maybe as you stated I am just "mad" and like to make things harder for myself unnecessarily...