I have created an access database where a user can enter specific filter information and the database will spit out their specific criteria pulled from a static table. The problem my users are coming into is that some are using a general number format (5000) while others are using a standard format (5,000). My code does not seem to what to accept the commas in the standard format. Does anyone know how i can correct this?
Thank you,