![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have designed a form for my client to get a monthly overview of bookings. It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. This allows for a 31 day month beginning on Sunday. Each box contains the day plus a note of the booking and booking times. For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? Screen space is rather at a premium, but any ideas gratefully received. Edward |
#3
| |||
| |||
|
|
I have designed a form for my client to get a monthly overview of bookings. *It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. *This allows for a 31 day month beginning on Sunday. Each box contains the day plus a note of the booking and booking times. *For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. *I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? *Screen space is rather at a premium, but any ideas gratefully received. Edward |
#4
| |||
| |||
|
|
On May 4, 10:16*pm, Edward <teddysn... (AT) hotmail (DOT) com> wrote: I have designed a form for my client to get a monthly overview of bookings. *It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. *This allows for a 31 day month beginning on Sunday.. Each box contains the day plus a note of the booking and booking times. *For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. *I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? *Screen space is rather at a premium, but any ideas gratefully received. Edward Don't get your question... It seems you have 6 text boxes arranged in a columnar fashion for each day of the week - what do they represent? One appointment per text box? Or time slots? If I get it correctly; do you mean that both entries in your example... Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 ...belong to the same text box? Or are they on separate text boxes?- Hide quoted text - - Show quoted text - |
#5
| |||
| |||
|
|
On 4 May, 14:07, Max Vit <m... (AT) safe-mail (DOT) net> wrote: On May 4, 10:16 pm, Edward <teddysn... (AT) hotmail (DOT) com> wrote: I have designed a form for my client to get a monthly overview of bookings. It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. This allows for a 31 day month beginning on Sunday. Each box contains the day plus a note of the booking and booking times. For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? Screen space is rather at a premium, but any ideas gratefully received. Edward Don't get your question... It seems you have 6 text boxes arranged in a columnar fashion for each day of the week - what do they represent? One appointment per text box? Or time slots? If I get it correctly; do you mean that both entries in your example... Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 ...belong to the same text box? Or are they on separate text boxes?- Hide quoted text - - Show quoted text - There is a matrix of 7 columns and 6 rows of textboxes, each representing a potential day in a monthly overview. If the month has thirty days and starts on a Monday, then the first 30 textboxes will be used. If the month starts on a Friday, the first 4 texboxes will be "greyed out" and the subsequent 30 will be used. Each box contains all the appoinment information for that day - NOT individual time slots. I've taken a look at Peter's flexgrid control and I think this might fly! I'll show the client and see what they think. Thanks Edward |
#6
| |||
| |||
|
|
Edward wrote: On 4 May, 14:07, Max Vit <m... (AT) safe-mail (DOT) net> wrote: On May 4, 10:16 pm, Edward <teddysn... (AT) hotmail (DOT) com> wrote: I have designed a form for my client to get a monthly overview of bookings. *It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. *This allows for a 31 day month beginning on Sunday. Each box contains the day plus a note of the booking and booking times. *For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. *I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? *Screen space is rather at a premium, but any ideas gratefully received. Edward Don't get your question... It seems you have 6 text boxes arranged in a columnar fashion for each day of the week - what do they represent? One appointment per text box? Or time slots? If I get it correctly; do you mean that both entries in your example... Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 ...belong to the same text box? Or are they on separate text boxes?- Hide quoted text - - Show quoted text - There is a matrix of 7 columns and 6 rows of textboxes, each representing a potential day in a monthly overview. *If the month has thirty days and starts on a Monday, then the first 30 textboxes will be used. *If the month starts on a Friday, the first 4 texboxes will be "greyed out" and the subsequent 30 will be used. *Each box contains all the appoinment information for that day - NOT individual time slots. I've taken a look at Peter's flexgrid control and I think this might fly! *I'll show the client and see what they think. Thanks Edward Why not use conditional formatting? *Look at on-line help for the topic.. * Here's one from MS on the web.http://office.microsoft.com/en-us/ac...81331033.aspx- Hide quoted text - - Show quoted text - |
#7
| |||
| |||
|
|
Edward, You could do this by using a Flex Grid control instead of your Text boxes but you would need to write some VBA code. Have a look at the Flex Grid Demo program at :- http://www.rogersaccesslibrary.com/f...sp?FID=21&SID=.... for some examples. Also the Appointments - Bookings demo on the same site has some examples of a calendar type display. HTH. Peter Hibbs. |
#8
| |||
| |||
|
|
On May 4, 1:59*pm, Peter Hibbs <peter.hi... (AT) btinternet (DOT) com.NO_SPAM wrote: Edward, You could do this by using a Flex Grid control instead of your Text boxes but you would need to write some VBA code. Have a look at the Flex Grid Demo program at :- http://www.rogersaccesslibrary.com/f...sp?FID=21&SID=... for some examples. Also the Appointments - Bookings demo on the same site has some examples of a calendar type display. HTH. Peter Hibbs. Peter, my client likes your demo, and I like your demo. But I have concerns about how I can deploy this control. Do you have any information about the legality of including it in a commercial application? Thanks Edward |
#9
| |||
| |||
|
|
On May 4, 1:59*pm, Peter Hibbs <peter.hi... (AT) btinternet (DOT) com.NO_SPAM wrote: Edward, You could do this by using a Flex Grid control instead of your Text boxes but you would need to write some VBA code. Have a look at the Flex Grid Demo program at :- http://www.rogersaccesslibrary.com/f...sp?FID=21&SID=... for some examples. Also the Appointments - Bookings demo on the same site has some examples of a calendar type display. HTH. Peter Hibbs. Peter, my client likes your demo, and I like your demo. But I have concerns about how I can deploy this control. Do you have any information about the legality of including it in a commercial application? Thanks Edward |
#10
| |||
| |||
|
|
On May 4, 4:50 pm, Salad <sa... (AT) oilandvinegar (DOT) com> wrote: Edward wrote: On 4 May, 14:07, Max Vit <m... (AT) safe-mail (DOT) net> wrote: On May 4, 10:16 pm, Edward <teddysn... (AT) hotmail (DOT) com> wrote: I have designed a form for my client to get a monthly overview of bookings. It consists of 42 text boxes in 7 columns by weekday - Monday to Sunday. This allows for a 31 day month beginning on Sunday. Each box contains the day plus a note of the booking and booking times. For example 27th Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 However, now the client has asked if the entries can be colour coded according to the status of the booking - red for provisional, green for confirmed etc. I'm not aware of any method to allow part of the text in a text box to be individually formatted - has anyone else approached this problem and found a neat method around it? Screen space is rather at a premium, but any ideas gratefully received. Edward Don't get your question... It seems you have 6 text boxes arranged in a columnar fashion for each day of the week - what do they represent? One appointment per text box? Or time slots? If I get it correctly; do you mean that both entries in your example... Consultancy group meeting 10.00 - 11.00 Sales seminar 14.00 - 16.30 ...belong to the same text box? Or are they on separate text boxes?- Hide quoted text - - Show quoted text - There is a matrix of 7 columns and 6 rows of textboxes, each representing a potential day in a monthly overview. If the month has thirty days and starts on a Monday, then the first 30 textboxes will be used. If the month starts on a Friday, the first 4 texboxes will be "greyed out" and the subsequent 30 will be used. Each box contains all the appoinment information for that day - NOT individual time slots. I've taken a look at Peter's flexgrid control and I think this might fly! I'll show the client and see what they think. Thanks Edward Why not use conditional formatting? Look at on-line help for the topic. Here's one from MS on the web.http://office.microsoft.com/en-us/ac...81331033.aspx- Hide quoted text - - Show quoted text - With respect, I know this - I need to do this for parts of text within the same text box. I use conditional formatting all over the place, but it's at the control level, not the content level. Edward |
![]() |
| Thread Tools | |
| Display Modes | |
| |