OK, I've got two questions here today. I've got a report that I'm using an unbound text box on that is using some VB to dynamically include fields in it and it uses the can grow feature. The report is exactly like a phone book would appear. The field looks to see if that record contains an address, if it does, it includes it. Simple enough, however the problem that I'm having is that I need to keep the actual phone number on the right side of the column. Is there any way I can justify the field so that when it was done with the name, address, and city, it would THEN right justify the phone number? Ultimately I would like it to do this AND fill in the resulting space with periods as placeholders. It would then look somthing like this:
Smith J..........688-1086
Smith John
123 Main st MP...688-2520
Smith JohnII MP..688-9876
Strauss Judy.....688-4165
Well, with a fixed width font the phone numbers would all be inline with each other but this message board won't show it that way.
Does that make sense what I'm after?
The Second problem I'm having is that this is a 3 column report and it looks great. However, now I would like to format some things on the overrall page. Specifically I want to have the name of the first name on the page in the upper right left corner and the last name on the page in the upper right corner. Open your phone book, you'll see what I mean. This is sort of an index to show the range of records on that particular page. Secondly, I want to put a webpage URL on the footer of each page. The problem that I have is that if I open the report workspace to place those things where I want to, the detail only has space (full sheet) for one column. That make sense? I've tried a subreport method but it still reacts the same way, as if the page formating is ignored on a subreport.
I truly appreciate any thoughts anybody has on this, Thanks!!
Tomin
Smith J..........688-1086
Smith John
123 Main st MP...688-2520
Smith JohnII MP..688-9876
Strauss Judy.....688-4165
Well, with a fixed width font the phone numbers would all be inline with each other but this message board won't show it that way.
Does that make sense what I'm after?
The Second problem I'm having is that this is a 3 column report and it looks great. However, now I would like to format some things on the overrall page. Specifically I want to have the name of the first name on the page in the upper right left corner and the last name on the page in the upper right corner. Open your phone book, you'll see what I mean. This is sort of an index to show the range of records on that particular page. Secondly, I want to put a webpage URL on the footer of each page. The problem that I have is that if I open the report workspace to place those things where I want to, the detail only has space (full sheet) for one column. That make sense? I've tried a subreport method but it still reacts the same way, as if the page formating is ignored on a subreport.
I truly appreciate any thoughts anybody has on this, Thanks!!
Tomin