Is it possible to enter new records? Advanced SQL needed?

sanlejushi

New Member
Joined
Dec 19, 2002
Messages
36
Hello all

When we use Access to create a database, and fully normalise it, we would have lots of many seperate entities (tables). That's a hassle when it comes to updating, isn't it? I would need to open up many different tables update the records.

Is it possible create a form, that enables new records to be entered into the various related tables?

e.g. a form with fields that allows updating of customer informtation, sales information, etc...where all these are seperate entities linked by a sales invoice # which is the primary key...

Is there any way a novice user can do it?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Re: Is it possible to enter new records? Advanced SQL needed

Surely you'd just want to update your sales information and link the "sale" to a specific customer by entering a CustomerId... if indeed your database is fully normalized...

I don't fully understand the "hassle" of the separate tables....

TblCust ... customer info (CustomerId = primary key)
CustomerId, Contact, Tel, Address etc

TblSales (InvoiceNo = Primary Key... linked to TblCust on CustomerId)
InvoiceNo ,CustomerId, Item, Volume, Value (very basic eg)

If you want to enter an invoice, use on form for that - it can be populated automatically with customer info, driven by the selected CustomerId

If you need to amend Customer details (such as address), you'd have a separate AmendCustomer form...

Hope this helps
Will
 
Upvote 0

Forum statistics

Threads
1,221,574
Messages
6,160,602
Members
451,657
Latest member
Ang24

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