UrbanGrafix
New member
- Local time
- Tomorrow, 03:56
- Joined
- Sep 2, 2008
- Messages
- 5
Evening all,
Now I will start off and say that I am very new to Access and i'm learning as I go along. And i'm sure that what I need to do is simple, I just can't figure it out so any help is appreciated.
Essentially what I am trying to do is every time I import a file, I want access to ask me for a date dd/mm/yyyy which it would append into "Date File run" in my Data table.
My main reason for this is, I need to differentiate the different days that each file was generated on and the ability to enter my own date would be easier and allow for changes should there be any errors in old files.
When I run my append query, I am able to have it generate today's date and append it to data but I cant figure out how to enter my own date or for it to correctly edit my data table. Currently, if I had 100 records it would create 100 blank records with just the date and not edit the current data.
My Append query has the following expression Expr1: Date() (I just did today's day for testing purposes to see if it worked)
And that's where i'm stuck. Any help would be greatly appreciated.
Now I will start off and say that I am very new to Access and i'm learning as I go along. And i'm sure that what I need to do is simple, I just can't figure it out so any help is appreciated.
Essentially what I am trying to do is every time I import a file, I want access to ask me for a date dd/mm/yyyy which it would append into "Date File run" in my Data table.
My main reason for this is, I need to differentiate the different days that each file was generated on and the ability to enter my own date would be easier and allow for changes should there be any errors in old files.
When I run my append query, I am able to have it generate today's date and append it to data but I cant figure out how to enter my own date or for it to correctly edit my data table. Currently, if I had 100 records it would create 100 blank records with just the date and not edit the current data.
My Append query has the following expression Expr1: Date() (I just did today's day for testing purposes to see if it worked)
And that's where i'm stuck. Any help would be greatly appreciated.