• “Function is not available . . . in query”

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » “Function is not available . . . in query”

    Author
    Topic
    #465777

    For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

    “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

    Any ideas what would cause this?

    Thanks,

    Ken

    Viewing 30 reply threads
    Author
    Replies
    • #1199361

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1199911

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1200667

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1201544

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1202357

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1203161

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1204069

      For some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:

      “Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”

      Any ideas what would cause this?

      Thanks,

      Ken

    • #1198368

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1199404

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1199921

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1200677

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1201554

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1202367

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1203171

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1204079

      Do you have any VBA in your database? If so, one cause of this sort of issue is a missing reference in VBA. I presume you are assembling just the digits from a field that stores SSNs with dashes in position 4 and 7.

    • #1198389

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1199477

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1199942

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1200698

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1201617

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1202388

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1203261

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1204101

      Wendell,

      Thanks for the followup.  Yes, there is VBA Code.   I have 7 references in the VBA project, and all appear to be there.  For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset. 

      Very strange.  FYI I am using Access 2003 SP3.

      Thanks again.

      Ken

    • #1198443

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1199623

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1200008

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1200764

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1201683

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1202454

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1203340

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    • #1204198

      If it were a missing reference you would probably get an error in VBA as well. But those functions should work in a query – I use them on a regular basis to do much the same sort of thing. Seems to be a bit of a mystery.

    Viewing 30 reply threads
    Reply To: “Function is not available . . . in query”

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: