error msg! deadline!

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

I made some changes to my existing system, did some
testing today and ran into an error msg. This needs to be
resolved by Thursday and I am hoping someone can help.

I am using MSAccess2000 with a split database. I created
the system with no coding but using wizards,etc. I
clicked on a command button to go to a form and received
this message: 'Duplicate output alias 'expr1'.

The message also states my macro information as:
MainMacroLV.MainOrderLV condition - True Action name-
Open Form -- Argument - OrderFormLV,Form,,,,Normal

I renamed the macro, form and query for this form and
then imported it from my backup -- and still have the
problem. My only saving grace is taht I do backups and re-
create my modifications tomorrow (with much overtime).
So, if anyone can help, it would be appreciated. Again, I
do not know Visual Basic or the Debugging Tools.
 
The datasource for the form or a control on the form is trying to output a
field which is aliased.
The problem is that you have 2 fields aliased as the same name in one of the
datasources. Find and correct. The alias is expr1
 
Thank you! I looked in my query and saw the problem ---
fixed it and now everything works. Thank you SO much.
 
Back
Top