A
Ann
I received the following from a previous post:
Key: Format([DRS Job Id],"00000000") & Format(Date(),"yyyymmdd") & "01" &
Format([ID],"00000000") & Format([Page Number],"00000") & Format([Page
Count],"00000")
I needed to put together a key with fixed length values. DRS Job Id, Page
Number and Page Count are entered when the query runs. There is one other
field, Sub ID, from a table that I am using.
It had been working fine but for some reason Access no longer understands
Format. I keep receiving the following message:
Undefined function "Format" in expression.
Can anyone tell me why it would all of a sudden give me this message? I
tried to recreate it in a new query and still have the problem. Thanks in
advance for any help you can give me.
Key: Format([DRS Job Id],"00000000") & Format(Date(),"yyyymmdd") & "01" &
Format([ID],"00000000") & Format([Page Number],"00000") & Format([Page
Count],"00000")
I needed to put together a key with fixed length values. DRS Job Id, Page
Number and Page Count are entered when the query runs. There is one other
field, Sub ID, from a table that I am using.
It had been working fine but for some reason Access no longer understands
Format. I keep receiving the following message:
Undefined function "Format" in expression.
Can anyone tell me why it would all of a sudden give me this message? I
tried to recreate it in a new query and still have the problem. Thanks in
advance for any help you can give me.