Re: How to I tab from sub form to main form?
- From: Robin Chapple <robinski@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 12 Jun 2005 10:12:00 +1000
Thanks,
You were right.
On Sat, 11 Jun 2005 11:26:02 -0700, "Ofer"
<Ofer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>You probably put the code in the line of the property, instead in that
>property you can choose three options one of them is code, select the code
>and enter it as VBA.
>When you put something in the line of the property the application look for
>a macro.
>
>
>"Robin Chapple" wrote:
>
>> Thanks,
>>
>> I understand the logic but I have done something wrong.
>>
>> Here is your code with my form name and field name:
>>
>> Forms![frmMembers].[Notes].setfocus
>>
>> I get an error message:
>>
>> ""Can't find macro "Forms!frommembers"
>>
>> What did I miss?
>>
>> Thanks again
>>
>> On Fri, 10 Jun 2005 01:29:04 -0700, "Ofer"
>> <Ofer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>>
>> >From the last field in the subform, set a focus to the reuired field in the
>> >main form.
>> >e.g
>> >In the "lost focus" property of the last field on the subform, put the code
>> >Forms![MainFormName].[FieldNameToGetFocus].setfocus.
>> >
>> >"Robin Chapple" wrote:
>> >
>> >> I have a main form with member details and a sub form with history.
>> >>
>> >> I have made th tab order so that tab stops 20 and 21 are on a sub
>> >> form, (actually 1 and 2 on that form).
>> >>
>> >> How do I make the next tab stop the next fields on the main form?
>> >>
>> >> Thanks,
>> >>
>> >> Robin Chapple
>> >>
>>
>>
.
- References:
- How to I tab from sub form to main form?
- From: Robin Chapple
- RE: How to I tab from sub form to main form?
- From: Ofer
- Re: How to I tab from sub form to main form?
- From: Robin Chapple
- Re: How to I tab from sub form to main form?
- From: Ofer
- How to I tab from sub form to main form?
- Prev by Date: Re: Changing Field Width
- Next by Date: how can access notify me when projects r more than 10 days old
- Previous by thread: Re: How to I tab from sub form to main form?
- Next by thread: Combo box wizard has lost the third option
- Index(es):
Relevant Pages
|