I have a table where I will be loading data from excel and I have an append query to move that data to another table. Is there a way to make the append query only add the new data from the first table? Or do we need to clear out the transition table before we run the append query?
It was my best guess.... We need a sheepish grin smiley on here :)
I am still getting the enter parameter value error, it says TrvlTbl.Days Btwn. That is the table that loads some stuff to the form and then we will input the other information in the form to update the table. I don't have a...
First it said that I was missing a para so I made it:
=IIF(IsNull([Check Date])), Null, DateDiff("d", [Approved Date], [Check Date])
Then it said I have the wrong number of arguments.....
I am getting this error when trying to load my excel spreadsheet into access. I am only getting it in on a column that is multiple choice on my table. The spreadsheet that I am going to load from will always have that column blank as it will be input later. What can I do about this?
Oh; only one of my dates for the formula is in there on some of the records. I can just click through the message and get to my form. Will that be bad?? (classic newbie!! sorry!)
Ok, so I am not going to store the DateDiff in my table because it is on the form and I will create a seperate query to get that information. My question now is I have an unbound box on my form that calculates the DateDiff but everytime I go to open my form I get a message to enter parameter...
Now that my DateDiff formula is working I would like that information to populate in my table. I have tried it with a bound box and it isn't populating.