Re: Requery DropDown on New Record

From: Alan Z. Scharf (ascharf_at_grapevines.com)
Date: 02/08/05


Date: Tue, 8 Feb 2005 03:04:15 -0500

Thanks very much for your reply.

That sounds like it will work.

Regards,

Alan

"Nonprofit Tech via AccessMonster.com" <forum@AccessMonster.com> wrote in
message news:f6409e985e0745b190c09071c3e10c98@AccessMonster.com...
> First, you must set the timer interval on the form. Under the form's
> properties, beneath the "Event" tab, you should see "Timer Interval" which
> is by default set to 0. Each interval of 1000 equals 1 second.
> For example, to set the timer interval to 10 seconds, enter 10,000 as your
> timer interval.
>
> Next, once you have set your timer interval, find the "On Timer" event.
> Place the following code under the On Timer event:
>
> me.<YourComboBoxControlName>.requery
>
> This command will occur on its own based upon the setting you place under
> your "Timer Interval."
>
> A word of caution...
> This will increase your network traffic, and also add to your SQL server's
> overhead.
>
> --
> Message posted via http://www.accessmonster.com



Relevant Pages

  • Re: How to: referencing variables using the contents of otehr variables.
    ... the overhead would be less than the noise threshold. ... But with regards to enums in particular, That did go a little beyond ... I'll probably end up giving enums ... of my current data structure before I try a different one. ...
    (comp.lang.java.help)
  • Re: Section Properties
    ... Thanks Dave I will take into work on Monday and give it a go..... ... Regards ... Alan ... >); progn statement ...
    (comp.cad.autocad)
  • Re: searching on more than one field in VB
    ... However, to simulate an SQL ... >> Regards, ... >> Tom Ogilvy ... >>> sheet into one of seven textboxes and search for information in ...
    (microsoft.public.excel.programming)
  • Re: GROUP BY...
    ... > Dominique Javet wrote: ... >> Regards, Dom ... > These two are completely unrelated SQL commands. ... > query, which you didn't. ...
    (comp.lang.php)
  • Re: Multilingual versions of SQL Express 2005 available ? Where ?
    ... So we haven't any further better means without the localized SQL express ... Microsoft Online Support ... | Regards, Keith ... |> we may consider provide localized error message according to the error ...
    (microsoft.public.sqlserver.setup)