Hi,
I have spent some time using the contacts list template in Access 2007 and altering it to suit my needs for a database. I have spend some time on it, and I got it to where i needed it to be, and did lots of testing, and made sure everything worked.
I then closed it, and before sending it off to a colleague I opened it up to make sure that the correct form would appear on opening the access data base and I get a "#name?" in the table where I would usually have "Open" or "New" (using the epression =iif(isnull([ID],"New","Open"))
Everything was working fine before closing it. If I click on the #name? I “Return without Gosub” error for condition: ="[ID]=" & NZ([ID],0).
What has gone wrong? It seems like it isn't recognising the [ID] field anymore.
I've seen explinations of how to resolve it, it doesn't seem easy to solve the issue. Is there an easy resolution? And if this has happened once, what will stop it from happening again!?
I'm not happy!
I have spent some time using the contacts list template in Access 2007 and altering it to suit my needs for a database. I have spend some time on it, and I got it to where i needed it to be, and did lots of testing, and made sure everything worked.
I then closed it, and before sending it off to a colleague I opened it up to make sure that the correct form would appear on opening the access data base and I get a "#name?" in the table where I would usually have "Open" or "New" (using the epression =iif(isnull([ID],"New","Open"))
Everything was working fine before closing it. If I click on the #name? I “Return without Gosub” error for condition: ="[ID]=" & NZ([ID],0).
What has gone wrong? It seems like it isn't recognising the [ID] field anymore.
I've seen explinations of how to resolve it, it doesn't seem easy to solve the issue. Is there an easy resolution? And if this has happened once, what will stop it from happening again!?
I'm not happy!