• Caption concatenation (Access 2000)

    Author
    Topic
    #393188

    Concatenation in the caption of a command control

    I refer to my question about the Message box giving the value of the list box in my previous thread and i received an excellent solution by Charlotte from the
    present Forum. It states:
    Just concatenate the reference to the listbox value into the prompt for your message box.

    ” Invoice number ” & Forms![F1]!.Value & ” has been updated.”

    Access shows no error, however the number of the invoice does not appear on the command control. Why i cannot see the number of the invoice on my command

    control ? If it is possible, the user will always has in mind the number of the invoice Perhaps it is not possible

    Viewing 1 reply thread
    Author
    Replies
    • #711154

      Where are you trying to build this caption? You’ll need to set the caption property in code to get the result you want.

      • #711248

        Thank you for your advices.I think i owe you an appreciation for the advices you have given.After your reply i have made a code
        that really works.it is the following
        Me![CmdDeleteInvoice].Caption = ” Invoice number ” & Forms![FOrderInformation]!.Value & ” has been updated.”

        And there the number of the invoice can be seen.I want to that you for that.

        regards

      • #711249

        Thank you for your advices.I think i owe you an appreciation for the advices you have given.After your reply i have made a code
        that really works.it is the following
        Me![CmdDeleteInvoice].Caption = ” Invoice number ” & Forms![FOrderInformation]!.Value & ” has been updated.”

        And there the number of the invoice can be seen.I want to that you for that.

        regards

    • #711155

      Where are you trying to build this caption? You’ll need to set the caption property in code to get the result you want.

    Viewing 1 reply thread
    Reply To: Caption concatenation (Access 2000)

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

    Your information: