Can't Go to New Record

dkubiak

Board Regular
Joined
May 17, 2004
Messages
137
Office Version
  1. 2013
Platform
  1. Windows
I built a form that is refers to a series of tables and one query for its data, but now it will not let me add any new records.

Any suggestions?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
If a form is base on a query, you cannot add new record, it have to be built on a query that is base on only one table.

(y)
 
Upvote 0
Well --- depends on the query, but the more complex you make the data source, the harder it will be to add records using it, especially if a many-to-many relationship is involved. The reason is that Access needs to increment the Primary Key when you add a record. If there are multiple keys, it often refuses to do it.
However -- big, multi-table queries are GREAT for reports. You can get all the data you need in a useful layout.
As cstlaurent said, keep it simple for data entry. Base your data entry forms on simple tables or simple queries, and use combos to pull external ID fields into your data table.

Denis
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top