I'm new to access , this is my idea of what i want to do

Table: Cars
CarID (prm key)
Brand
Color
PlateNumber
InsuranceCo
InsuranceEnd
Owner



now i want to make 2 forms for the user or queries i really dont know
1 - to enter data for new cars
2- to search for a car, (ex: write a plate number and get the full info)
3- to show the cars that their insurances will end after 20 days from today's date.

these will be for the user so i dont want the actual database to be opened for them. just return the data in text fields.

Thanks and sorry for bothering.