Connecting Tech Pros Worldwide Forums | Help | Site Map

Moving between forms and other bits

Geoff
Guest
 
Posts: n/a
#1: Nov 12 '05
I am very inexperienced using Access XP can you help please



1.. Macro - leave Form1 by On Exit event
Open Form2

and using the OnActivate event for Form2 Close Form1



Error message results .. why?





2.. Working with recordsets .. can't get started


Dim Db as Database



Results in an Error message 'User defined type not defined' Why?





3.. How do you detect EOF with a recordset




4.. What is the command to get characters from keyboard without displaying
on screen eg. For simple password form?




Many Thanks

Geoff



Larry Linson
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Moving between forms and other bits


If you want help with an error message, you need to include the Error Number
and the text Description. Could you clarify "leave Form1 by OnExit event"?

"Geoff" <g.friar@ntlworld.com> wrote in message
news:CqeUb.47492$OA3.14847266@newsfep2-win.server.ntli.net...[color=blue]
> I am very inexperienced using Access XP can you help please
>
>
>
> 1.. Macro - leave Form1 by On Exit event
> Open Form2
>
> and using the OnActivate event for Form2 Close Form1
>
>
>
> Error message results .. why?
>
>
>
>
>
> 2.. Working with recordsets .. can't get started
>
>
> Dim Db as Database
>
>
>
> Results in an Error message 'User defined type not defined' Why?
>
>
>
>
>
> 3.. How do you detect EOF with a recordset
>
>
>
>
> 4.. What is the command to get characters from keyboard without[/color]
displaying[color=blue]
> on screen eg. For simple password form?
>
>
>
>
> Many Thanks
>
> Geoff
>
>[/color]


Closed Thread