Hey everyone!! Since you all were such a big help with me figuring out my checkbox issues I have another challenge for you all. I'm going to explain this the best that I can, it may be a bit convoluted. So if you are confused let me know and I will attempt to clarify. So here goes nothin...
I have my database and my form all created and working. Reports and everything are in place. But we need to have a record of what changes have been made. Essentially what I want to make is a table that is essentially a log of all the changes that have occurred.
What I have is essentially a time clock database. So when someone enters our facility the guard will check them in and out. What I want is a list of all the ins and out for a day. So it will be a running list. Then I will create a query to return results for a report. But where I am having problems is creating a table that will house this data. So out of my main table I want a child table that will have certain data fromt he parent table. Mainly the time in and out along with the name of the person. There will be multiple repeat data entries in this table and I am ok with that. That is actually what we are wanting. Hope this all makes sense. Any help or direction would be great!! I tried using relationships but it isn't doing what I am wanting. I may not have them set up right.