to start off, I know sql to a reasonable level (probably beginners level compared to you lot), and am wanting to find an easy way for an end user to update/insert new data.
I have found the facility in access - data access page that will pull info down, let the user modify certain fields and push back. I can also create new record entries from scratch without problems.
The difficulty I am having is when I apply a "group" to help display the data better. I want to give the user to add extra lines in that group (keeping the group values). As soon as I do this, the "new" option does nothing.
This looks like a simple question, but none the less I am stumped!
For example,
if i look at customer, product, sale price - I can enter details without problems
if i group by customer, then want to enter product and sale price, it spits its dummy out.
Any help would be appreciated.