Ooops! Sorry Ian. It was your suggestion indeed!
My apologies and my thanks to you!
Hope I will have the potential one day to be of help to you too.
cmina
Hello everybody!
If anybody can help me with a small problem I have with a database I would be infinetely obliged to her/him!
Here it is:
I have a database containing customer data. I'm trying to create a search form that will search for a given string and create a report with the matching...
Carol, thank you for your reply. I'm looking at a report for sure, not a form printout.
I solve the problem by exporting the report to a database and then re-importing it back. Thank you pcs, your suggestion worked.
Later
cmina
To all: Thank you for your replies!
pcs: I've tried all of those. Nothing!!!
Fornatian: The report doesn't appear at all on the window list! It is connected to a command button, so when I click on it it appears. I will try to export it and re-import it back and let you know if it works!
cmina
Please HELP!!! This will drive me crazy.
I have a report that doesn't appear on the list of reports and yet it exists because it's connected to a command button. It's not hidden (!!!) it just does not appear on the list of the reports!
Anybody has a clue on how to unhide it?
(btw...
Thank you zunan!
I put my code into the forms "OnCurrent" event and it worked!!!
My appreciation also goes to llkhoutx. For anybody out there might have a similar problem here is the final code:
Private Sub Form_Current()
Select Case combo1.Value
Case "B"
labelcombo2.Visible = True...
Thanks for your reply.
I did repaint the form but the problem still
exists. (I added this:
DoCmd.RepaintObject acForm, "Motor Data"
I need to find a way to refresh/repaint the form when I change records. Any clue how to do this? Thank you in advance.
I'm using Access2000.
I have two combo boxes on a form.
The first one has 2 items (say A & B)
and the second one has also 2 items
(say C & D).
When I choose item A on combo1 the other
combo becomes hidden. When I choose
item B on combo1 then combo2 appears and
I can choose items C or D.
Default...