Leakyradiator
Technical User
I am building a database of classic car parts and service providers. Some of these providers will only handle cars within a certain range of dates. For example, they sell gaskets for Fords, but only those made from 1948 to 1953. If a user enters 1950 in his search, I want these items to come up, since 1950 is within the range.
When initially entering the data into the database I want to use two form fields..one for starting date of the date range and one for ending date of date range. Nulls allowed if there's no date range requirement.
Any ideas how to go about setting this up?
Thanks.
When initially entering the data into the database I want to use two form fields..one for starting date of the date range and one for ending date of date range. Nulls allowed if there's no date range requirement.
Any ideas how to go about setting this up?
Thanks.