Data Change (1 Viewer)

krc547

Member
Local time
Yesterday, 23:08
Joined
Sep 1, 2023
Messages
38
Is there a way to create a form to allow a user to select a date and it will show the data input for that day and change the data if incorrect?
 

krc547

Member
Local time
Yesterday, 23:08
Joined
Sep 1, 2023
Messages
38
I have a form that shows all the data in that table, but I can't get the select a date field to work to show just that date from the table.
 

jdraw

Super Moderator
Staff member
Local time
Today, 00:08
Joined
Jan 23, 2006
Messages
15,379
Show us some sample data.
 

krc547

Member
Local time
Yesterday, 23:08
Joined
Sep 1, 2023
Messages
38
Screenshot 2023-09-27 082924.png

So the highlighted yellow field won't let me select just a single date to see instead of looking through the whole database.
 

mike60smart

Registered User.
Local time
Today, 05:08
Joined
Aug 6, 2017
Messages
1,913
You normally have a table that Contains a list of Dates and a table that contains details of the various Routes

You can then create Min Form based on the Dates Table
With a Subform based on the Routes table.

You can then put a Search Combobbox in the Header of the Main Form that allows you to select a specific Date

The subform would then display the various Routes for the Date Selected
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 21:08
Joined
Oct 29, 2018
Messages
21,477
So the highlighted yellow field won't let me select just a single date to see instead of looking through the whole database.
Can you show us the Row Source query for that combobox? Try adding DISTINCT to it.
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 00:08
Joined
May 21, 2018
Messages
8,536
If you want to make this filter more robust, here is a low code option
 

Users who are viewing this thread

Top Bottom