Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Enter tab in MS Access???

  • 25-07-2008 10:46am
    #1
    Closed Accounts Posts: 188 ✭✭


    Hi!

    I'm doing up a report in MS Access, never really use it much.... how do I enter a tab or a return when formatting text in a text box or label?? ANy time I press either, the cursor just jumps out the box.

    Doing my head in and I need to have report done in half hour :(


Comments

  • Registered Users, Registered Users 2 Posts: 1,262 ✭✭✭di11on


    ctrl+enter

    Tab I don't know.. tried copying a tab character from notepad and pasting into label, but it doesn't seem to work!


  • Registered Users, Registered Users 2 Posts: 2,777 ✭✭✭shanew


    as far as I know you cant use tabs in text boxed or labels
    in VB or VBA it is treated in both design & run-time as move
    to the next control in the tab index.

    To allow enter in a text field the multi-line property on the
    control should be set on


    S.
    onechewy wrote: »
    Hi!

    I'm doing up a report in MS Access, never really use it much.... how do I enter a tab or a return when formatting text in a text box or label?? ANy time I press either, the cursor just jumps out the box.

    Doing my head in and I need to have report done in half hour :(


  • Registered Users, Registered Users 2 Posts: 1,512 ✭✭✭stevire


    If you know how to work with VB/VBA just add vbTab to the line.

    i.e vbTab & Label1


  • Closed Accounts Posts: 188 ✭✭onechewy


    Don't really know my VB (although am being manhandled into learning it from next week..), but I managed to get the formatting okay just using enter+ctrl.

    Thanks for the input!


Advertisement