N
NWO
Hello.
I have four fileds in a view-only database (can't make any chnages to the
table fileds).
First field is F_Name (20 bytes).
Second filed is L_Name (20 bytes).
Thirs field is Full_Name: [L_Name]&", "&[F_Name]
Fourth field is Date_Entered.
Now when I run the query to show all data with no conditions, the query runs
fine and shows proper results. Problem is, when I apply a criteria for
Date_Entered (i.e. 06/30/2009), the comma appears in the same place (the 20th
place) in all of the Full_Name cells. What I want is the format "Last Name,
First Name", which I get without using criteria in the Date field (actually
any criteria in any field causes this to occur, based on testing of another
query). Why is this occuring and how is the problem fixed?
Thank you.
NWO
I have four fileds in a view-only database (can't make any chnages to the
table fileds).
First field is F_Name (20 bytes).
Second filed is L_Name (20 bytes).
Thirs field is Full_Name: [L_Name]&", "&[F_Name]
Fourth field is Date_Entered.
Now when I run the query to show all data with no conditions, the query runs
fine and shows proper results. Problem is, when I apply a criteria for
Date_Entered (i.e. 06/30/2009), the comma appears in the same place (the 20th
place) in all of the Full_Name cells. What I want is the format "Last Name,
First Name", which I get without using criteria in the Date field (actually
any criteria in any field causes this to occur, based on testing of another
query). Why is this occuring and how is the problem fixed?
Thank you.
NWO
