(Msg. 1) Posted: Wed Oct 01, 2008 7:28 pm
Post subject: Is record filtering in runtime version of Access possible? Archived from groups: microsoft>public>access>tablesdbdesign (more info?)
I split a database and made the install package with the developer
extensions. I do encounter one problem and I just want to know if that is
part of the runtime version of Access. When a user is using the front end
with the runtime version of Access. and a linked back-end, they seem to have
no filtering options. They can't click into a field which displays data they
are looking for , eg, the name of a State, and then right click and choose
filter by selection. There seem to be no filtering options available in the
runtime version of Access. Is this true or is there something I should be
doing in the package preparation that would allow this kind of option.
(Msg. 2) Posted: Wed Oct 01, 2008 9:32 pm
Post subject: Re: Is record filtering in runtime version of Access possible? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
sweeneysmsm wrote:
> I split a database and made the install package with the developer
> extensions. I do encounter one problem and I just want to know if
> that is part of the runtime version of Access. When a user is using
> the front end with the runtime version of Access. and a linked
> back-end, they seem to have no filtering options. They can't click
> into a field which displays data they are looking for , eg, the name
> of a State, and then right click and choose filter by selection.
> There seem to be no filtering options available in the runtime
> version of Access. Is this true or is there something I should be
> doing in the package preparation that would allow this kind of
> option.
>
> Any insight greatly appreciated.
>
> Mary
It is not that filtering is unavailable in the runtime. It is that all
built-in menus are unavailable in the runtime (including right-click menus).
You have to supply custom menus for all such functionality.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
(Msg. 3) Posted: Wed Oct 01, 2008 10:20 pm
Post subject: Re: Is record filtering in runtime version of Access possible? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks so much, Rick.
Would I be correct in thinking that creating a macro that would display the
FormView toolbar (or the PrintPreview toolbar for a Report) where appropriate
and run on the OnOpen event of a form would not work?
If the above is true, could I get around it by creating a Custom toolbar and
assign that to a macro? If not, how do I create custom menus?
I ask these 2 questions particularly in trying to determine exactly where
and when I would create these. Should it be done prior to splitting the
database (front end/back end)? Is it done after the split in the front-end so
that these features get included in the package that includes the frontend
and run-time version of Access?
Thanks.
Mary
"Rick Brandt" wrote:
> sweeneysmsm wrote:
> > I split a database and made the install package with the developer
> > extensions. I do encounter one problem and I just want to know if
> > that is part of the runtime version of Access. When a user is using
> > the front end with the runtime version of Access. and a linked
> > back-end, they seem to have no filtering options. They can't click
> > into a field which displays data they are looking for , eg, the name
> > of a State, and then right click and choose filter by selection.
> > There seem to be no filtering options available in the runtime
> > version of Access. Is this true or is there something I should be
> > doing in the package preparation that would allow this kind of
> > option.
> >
> > Any insight greatly appreciated.
> >
> > Mary
>
> It is not that filtering is unavailable in the runtime. It is that all
> built-in menus are unavailable in the runtime (including right-click menus).
> You have to supply custom menus for all such functionality.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
>
(Msg. 4) Posted: Wed Oct 01, 2008 10:41 pm
Post subject: Re: Is record filtering in runtime version of Access possible? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I should have added that am working in Access 2003.
Mary
"Rick Brandt" wrote:
> sweeneysmsm wrote:
> > I split a database and made the install package with the developer
> > extensions. I do encounter one problem and I just want to know if
> > that is part of the runtime version of Access. When a user is using
> > the front end with the runtime version of Access. and a linked
> > back-end, they seem to have no filtering options. They can't click
> > into a field which displays data they are looking for , eg, the name
> > of a State, and then right click and choose filter by selection.
> > There seem to be no filtering options available in the runtime
> > version of Access. Is this true or is there something I should be
> > doing in the package preparation that would allow this kind of
> > option.
> >
> > Any insight greatly appreciated.
> >
> > Mary
>
> It is not that filtering is unavailable in the runtime. It is that all
> built-in menus are unavailable in the runtime (including right-click menus).
> You have to supply custom menus for all such functionality.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
>
(Msg. 5) Posted: Thu Oct 02, 2008 6:19 am
Post subject: Re: Is record filtering in runtime version of Access possible? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
sweeneysmsm wrote:
> Thanks so much, Rick.
>
> Would I be correct in thinking that creating a macro that would
> display the FormView toolbar (or the PrintPreview toolbar for a
> Report) where appropriate and run on the OnOpen event of a form would
> not work?
Yes, that would not work because those built-in toolbars are not available
in the runtime. If you made custom toolbars with all of the same commands
then you could use those instead.
> If the above is true, could I get around it by creating a Custom
> toolbar and assign that to a macro? If not, how do I create custom
> menus?
> I ask these 2 questions particularly in trying to determine exactly
> where and when I would create these. Should it be done prior to
> splitting the database (front end/back end)? Is it done after the
> split in the front-end so that these features get included in the
> package that includes the frontend and run-time version of Access?
Built in menus/toolbars (and any modifications you make to them) belong to
Access itself and the the runtime version of Access does not support them.
Custom menus/toolbars belong to the MDB file in which they are created.
Right-click on a toolbar while you have your MDB opened and choose
"customize". In the resulting dialog there is an option for "NEW". It
should be self-explanatory from there.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
(Msg. 6) Posted: Thu Oct 02, 2008 4:53 pm
Post subject: Re: Is record filtering in runtime version of Access possible? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Mary:
The built in Filter By Form facility is not supported in the runtime
environment as this is considered to be a 'design view'. I'd imagine that
the same is true for Filter By Selection, but am not 100 per cent sure on
that. Filtering per se is possible, i.e. you can set the Filter and FilterOn
properties of a form, but if you want a Filter By Form facility then you'd
have to design your own unbound form and write code to examine the controls
on the form and either set a bound form's Filter and FilterOn properties on
the basis of the controls' values, or change the RecordSource property of a
bound form to a query which restricts the rows returned and then requery the
form.
Ken Sheridan
Stafford, England
"sweeneysmsm" wrote:
> I should have added that am working in Access 2003.
>
> Mary
>
> "Rick Brandt" wrote:
>
> > sweeneysmsm wrote:
> > > I split a database and made the install package with the developer
> > > extensions. I do encounter one problem and I just want to know if
> > > that is part of the runtime version of Access. When a user is using
> > > the front end with the runtime version of Access. and a linked
> > > back-end, they seem to have no filtering options. They can't click
> > > into a field which displays data they are looking for , eg, the name
> > > of a State, and then right click and choose filter by selection.
> > > There seem to be no filtering options available in the runtime
> > > version of Access. Is this true or is there something I should be
> > > doing in the package preparation that would allow this kind of
> > > option.
> > >
> > > Any insight greatly appreciated.
> > >
> > > Mary
> >
> > It is not that filtering is unavailable in the runtime. It is that all
> > built-in menus are unavailable in the runtime (including right-click menus).
> > You have to supply custom menus for all such functionality.
> >
> > --
> > Rick Brandt, Microsoft Access MVP
> > Email (as appropriate) to...
> > RBrandt at Hunter dot com
> >
> >
> >
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum