G
Guest
Okay. This DB will be the death of me!!!
I am attempting to manage equipment maintenance in a military unit. I have
5 guys who enter data, and I need a LOT of reports. The one I'm working on
right now has been built fairly well...I thought!
The guys log in, enter the maintenance using my form. The data is entered
into a table, and a column for 'month' is autofilled based on
=Format(date(),"mmmm yy"). This part is working. I then test the query
report (which is run on parameters which look up the magical "Month" column).
However, I have entered data for june, july, august, and September to test
the DB. The issue I'm running into: When I select any month, it changes the
'month' column from July to June! It does this randomly!!! If I enter data
for four completely different months, it still changes one of the months.
It's killing me. Can someone help?!?!?!
I am attempting to manage equipment maintenance in a military unit. I have
5 guys who enter data, and I need a LOT of reports. The one I'm working on
right now has been built fairly well...I thought!
The guys log in, enter the maintenance using my form. The data is entered
into a table, and a column for 'month' is autofilled based on
=Format(date(),"mmmm yy"). This part is working. I then test the query
report (which is run on parameters which look up the magical "Month" column).
However, I have entered data for june, july, august, and September to test
the DB. The issue I'm running into: When I select any month, it changes the
'month' column from July to June! It does this randomly!!! If I enter data
for four completely different months, it still changes one of the months.
It's killing me. Can someone help?!?!?!