A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Requerying a pop up form to display in the main form



 
 
Thread Tools Display Modes
  #1  
Old April 4th, 2005, 02:31 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default Requerying a pop up form to display in the main form

I have a form call Daily Dispatch Log its table is also Daily Dispatch Log.
I have a pop up form "Quick Call" that opens to a new record if I am in the
Daily Dispatch Log and allows me to put another record in with. (Officer,Call
Type, Location, License, State, On Scene). I created the pop up form so if I
was in a call I could quickly add another record with out having to leave the
screen I was in. I need help in setting this pop up form to requery the
information on the Daily Dispatch Log so I am not having to close it out to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen
  #2  
Old April 4th, 2005, 02:43 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

In the code that opens the popup form, after the line that opens the form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily Dispatch Log.
I have a pop up form "Quick Call" that opens to a new record if I am in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up form so
if I
was in a call I could quickly add another record with out having to leave
the
screen I was in. I need help in setting this pop up form to requery the
information on the Daily Dispatch Log so I am not having to close it out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen



  #3  
Old April 4th, 2005, 02:53 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default

Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily Dispatch Log.
I have a pop up form "Quick Call" that opens to a new record if I am in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up form so
if I
was in a call I could quickly add another record with out having to leave
the
screen I was in. I need help in setting this pop up form to requery the
information on the Daily Dispatch Log so I am not having to close it out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen




  #4  
Old April 4th, 2005, 06:37 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if I am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up form
so
if I
was in a call I could quickly add another record with out having to
leave
the
screen I was in. I need help in setting this pop up form to requery
the
information on the Daily Dispatch Log so I am not having to close it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen






  #5  
Old April 4th, 2005, 10:11 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default

Okay I have a command button that opens the form. I created a form and
linked the command. I was sure this was considered a pop up form.

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if I am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up form
so
if I
was in a call I could quickly add another record with out having to
leave
the
screen I was in. I need help in setting this pop up form to requery
the
information on the Daily Dispatch Log so I am not having to close it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen






  #6  
Old April 4th, 2005, 10:31 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default

Okay my pop up is working but the main form that the information goes to is
not updating with the information from the pop up unless I close it and open
it

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if I am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up form
so
if I
was in a call I could quickly add another record with out having to
leave
the
screen I was in. I need help in setting this pop up form to requery
the
information on the Daily Dispatch Log so I am not having to close it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen






  #7  
Old April 4th, 2005, 10:42 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

As I indicated in my first reply, this can be done by adding a requery step
to the code that is opening the form. Can you post the code that is run when
you click the button to open the popup form?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay my pop up is working but the main form that the information goes to
is
not updating with the information from the pop up unless I close it and
open
it

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the
form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily
Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if I
am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up
form
so
if I
was in a call I could quickly add another record with out having to
leave
the
screen I was in. I need help in setting this pop up form to requery
the
information on the Daily Dispatch Log so I am not having to close it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen








  #8  
Old April 4th, 2005, 11:43 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default

Okay I understand that however I have the main form open all the time it
never closes. The pop form's information is not journaling to the main form
unless I close the main form then I can see it when I reopen it.

"Ken Snell [MVP]" wrote:

As I indicated in my first reply, this can be done by adding a requery step
to the code that is opening the form. Can you post the code that is run when
you click the button to open the popup form?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay my pop up is working but the main form that the information goes to
is
not updating with the information from the pop up unless I close it and
open
it

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens the
form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily
Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if I
am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up
form
so
if I
was in a call I could quickly add another record with out having to
leave
the
screen I was in. I need help in setting this pop up form to requery
the
information on the Daily Dispatch Log so I am not having to close it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen









  #9  
Old April 5th, 2005, 12:22 AM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Let me try asking my question in a different way.

In the form that is open all the time, you do something to cause the popup
form to be opened. Click a button? Post the code that runs in order to cause
the popup form to open.

--

Ken Snell
MS ACCESS MVP


"Jennifer P" wrote in message
...
Okay I understand that however I have the main form open all the time it
never closes. The pop form's information is not journaling to the main
form
unless I close the main form then I can see it when I reopen it.

"Ken Snell [MVP]" wrote:

As I indicated in my first reply, this can be done by adding a requery
step
to the code that is opening the form. Can you post the code that is run
when
you click the button to open the popup form?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay my pop up is working but the main form that the information goes
to
is
not updating with the information from the pop up unless I close it and
open
it

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens
the
form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily
Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if
I
am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up
form
so
if I
was in a call I could quickly add another record with out having
to
leave
the
screen I was in. I need help in setting this pop up form to
requery
the
information on the Daily Dispatch Log so I am not having to close
it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen











  #10  
Old April 5th, 2005, 04:11 PM
Jennifer P
external usenet poster
 
Posts: n/a
Default

The form that is open is my Daily dispatch Log. It is used to track all
calls. However if i am in the middle of a call I want to press the quick
call button and fill in 5 fields and then close the form. The pop up form
opens to the next availble record in the Daily Dispatch Log. The problem is
when I close the pop up form the Daily Dispatch log goes to record 1 and does
not show that I have added a record. I need it to requery the Daily Dispatch
Log so I can see the call I added with the Quick Call form. Now if I close
the Daily Dispatch Log and reopen it, it shows the record I added.

Jen

"Ken Snell [MVP]" wrote:

Let me try asking my question in a different way.

In the form that is open all the time, you do something to cause the popup
form to be opened. Click a button? Post the code that runs in order to cause
the popup form to open.

--

Ken Snell
MS ACCESS MVP


"Jennifer P" wrote in message
...
Okay I understand that however I have the main form open all the time it
never closes. The pop form's information is not journaling to the main
form
unless I close the main form then I can see it when I reopen it.

"Ken Snell [MVP]" wrote:

As I indicated in my first reply, this can be done by adding a requery
step
to the code that is opening the form. Can you post the code that is run
when
you click the button to open the popup form?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay my pop up is working but the main form that the information goes
to
is
not updating with the information from the pop up unless I close it and
open
it

"Ken Snell [MVP]" wrote:

How are you opening the popup form now?

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
Okay forgive me I am not that advance with Access YET...
I am not sure what "dialog mode" refers to

"Ken Snell [MVP]" wrote:

In the code that opens the popup form, after the line that opens
the
form
(in dialog mode, right?), put a requery step for your current form.

Something like this:
DoCmd.OpenForm "popup form", , , , , acDialog
Me.Requery

--

Ken Snell
MS ACCESS MVP

"Jennifer P" wrote in message
...
I have a form call Daily Dispatch Log its table is also Daily
Dispatch
Log.
I have a pop up form "Quick Call" that opens to a new record if
I
am
in
the
Daily Dispatch Log and allows me to put another record in with.
(Officer,Call
Type, Location, License, State, On Scene). I created the pop up
form
so
if I
was in a call I could quickly add another record with out having
to
leave
the
screen I was in. I need help in setting this pop up form to
requery
the
information on the Daily Dispatch Log so I am not having to close
it
out
to
see it on the main form "Daily Dispatch Log"

Thanks in advance Jen












 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Subform on an unbound main form Chuck Using Forms 1 February 2nd, 2005 11:32 PM
Need to clear controls of Filter form Jan Il Using Forms 2 November 28th, 2004 02:04 PM
Strange stLinkCriteria behaviour on command button Anthony Dowd Using Forms 3 August 21st, 2004 03:01 AM
dlookup miaplacidus Using Forms 9 August 5th, 2004 09:16 PM
auto entry into second table after update Tony New Users 13 July 9th, 2004 10:42 PM


All times are GMT +1. The time now is 10:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.