Form problems

hnorgaar

New Member
Joined
Jul 21, 2018
Messages
20
Office Version
  1. 2019
Platform
  1. Windows
Need a bit of help with a form on a car database im creating which include a multi field (Might need a better idea there), anybody willing to help me?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Welcome to the Board!

I think we will need a bit more information in order to help you. But I would caution you about using the "multi-value" field data type. Though Access starting allowing it a few years ago, I would recommend avoid using it, if you can. It really kind of violates the rules of data normalization,which can be problematic for relational databases. And other relational databases, like SQL and Oracle, do not allow this sort of thing. So if you ever needed to convert your database to SQL at some point in the future, you wouldn't be able to do so without redesigning stuff and fixing up the data.

There are usually other, better ways of handling it, usually by making another table that has a one-to-many relationalship with the main table.
 
Upvote 0
cross posted with answers
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,411
Members
449,449
Latest member
Quiet_Nectarine_

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