Thanks. Obviously I did search in that folder but it is not showing. Very very strange. Don't want to trouble furthermore. No hidden files in the folder.
I have tried it on another standalone PC and works fine. Maybe it has to do with some security settings on my machine as working on a...
Hello Arnelgp,
I have tried your db and actually cannot locate where the file is actually stored. After selecting a value from the combo, I cannot see where the report is. Is it because it gets deleted with the code Kill?
Thank you
Thank you for your replies. I now understand why it appears on the second page as it is a place holder.
About the code I placed it in the report as not sure how to use it with the send object code.
Is there a way, I could include the second report in the above code? Thank you
Hello,
I have created a main report for my db which includes a sub report.
On a form, I have a cmdbutton which converts the report into a pdf file and attaches it to the email.
Depending from the value selected in a combobox, the report may or not include the sub report.
If selection in...
the control's name is correct. Finally got it to work. What I did, is completely remove the code and wrote it again, once sentence at the time so that I could troubleshoot it.
The first part is what probably was causing the problem. Thank you
If Me.DEBTTYPE = "partial" And IsNull(Me.RemNo) Then...
Sorry about the if is null. It was a typo. I removed the quotes. The code does execute until the msg box but but then it gets stuck, meaning that nothing else can be done and have to close the entire db.
Hello,
I am having problems with the execution of a if/then statement and an exit sub procedure. Just cannot figure where is the mistake. I appreciate your help.
My project is to create a db to manage refunds which clients are due to my company.
Once in the main form, users will select the...
Thank you both for hour help and suggestions.
i was thinking of starting with a fix but different rate for each room as they are all different and offer different services. Obviously rates will change each month.
After I have entered the basic rates for a given month (this will have to done...
Hello,
I was thinking to design a simple db to manage the daily prices of a small apartment which I rent.
Because this apartment has three room (Room A, Rooom B and Room C) I would like to ask your opinion on what is the best wasy to design this db.ù
My idea was to create some sort of calendar...
Hello,
I have a form with several controls like textboxes and combos.
I would like to refresh the form when data is changed or updated in any control.
I have placed the Me.requery on the after update event of the form but it seems it is not working.
Is there any other solution, you can...
Hello Pat. I have changed the code as you recommended and up to know no issues.
The only other think I would like to ask is what exactaly do you mean with BOTH null and ZLS.
Thank you and sorry but I am not an expert.
hello, I have modified the code replacing the add with the .Range.Text = MeXXXX.
I noticed that the result is the same although not sure what is the main difference between the two lines of code. Thanks
Hello,
back for some help. Almost finished by project but coming up with a type mismatch error 13 which I just cannot solve.
The code behind my cmdbutton exports date from my form to a MS Word Template.
Data is stored in textboxes and combo boxes. When I run the code I get the error message at...