Re: please help a newbie solving a problem
- From: "Rani" <ranip@xxxxxxxxxxx>
- Date: Fri, 21 Apr 2006 15:23:36 -0400
1. I will find a way to do that.
2. how do I refresh the screen, assuming the screen name is avit, I can
close it by doing:
docmd.close
and then reopon it by using docmd.open("avit")
but how do i requery it ?
so far i am using me.requery but as the focus changes i need to use
something else and i don't know what.
thanks for the help
"NetworkTrade" <NetworkTrade@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5261F031-F70E-42D9-A577-B48EE3BC2B4D@xxxxxxxxxxxxxxxx
1. if I don't select a default salesperson name - the form will load
empty,
and will not let me do anything.
*** this seems logically correct i.e. no name - no data..... you could
put
in some code that pops-up a warning that no salesname has been selected;
but
I can't determine whether you can change this behavior based on only this
info..... if you don't have experience with message boxes you might
simply
add a label in RED CAPS to remind the person to highlight a name before
selecting.....
2. if I define a default name, the form will let me choose different
salesperson, but the appropriate data will not change meaning if I
selected
a sales person with 8 different type of activities, it will display all 8
of
them but then when I select a sales person with 4 type of activities the
system will replace the data with the appropriate lines but will live the
remaining activities on the screen
**** I would try just refreshing the screen by using a macro on whatever
button/event creates the change in data to first close the form, then
re-open
the form based on the new entry....it won't be perceivable
--
NTC
"Rani" wrote:
guys, this is the third time I post the same question, and I do apologize
for it.
I crated a form based on a query.
in the form - a continues form - I display the information pretends to a
salesman according to his activities per month.
the form as an unbound combobox based on the salesperson name from the
query. I declared an afterupdate event in which I run the requery
(me.requery)
I have few issues with this form:
1. if I don't select a default salesperson name - the form will load
empty,
and will not let me do anything.
2. if I define a default name, the form will let me choose different
salesperson, but the appropriate data will not change meaning if I
selected
a sales person with 8 different type of activities, it will display all 8
of
them but then when I select a sales person with 4 type of activities the
system will replace the data with the appropriate lines but will live the
remaining activities on the screen
what do I do ?
.
- Follow-Ups:
- Re: please help a newbie solving a problem
- From: NetworkTrade
- Re: please help a newbie solving a problem
- References:
- please help a newbie solving a problem
- From: Rani
- please help a newbie solving a problem
- Prev by Date: Re: database of quotations
- Next by Date: Re: please help a newbie solving a problem
- Previous by thread: please help a newbie solving a problem
- Next by thread: Re: please help a newbie solving a problem
- Index(es):
Relevant Pages
|