| Author |
Topic  |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 08 August 2010 : 02:44:13
|
Currently I have been asked by my father to set him up a log book for his Ham Radio stuff and know what I want to setup using the following database fields:
LOG_ID LOG_MONTH_YEAR LOG_CALLSIGN LOG_YES_NO LOG_SMILE LOG_DATE
I have it grouping the items with the LOG_MONTH_YEAR from the database, but need to have only the 3 columns going across. Here is my code I have:
Is anyone able to help with having the unique tables have 3 columns before writing the next lot of 3 below them?
|
Cheers, David Greening |
|
|
Carefree
Advanced Member
    
Philippines
4224 Posts |
Posted - 08 August 2010 : 05:38:25
|
So you want them in groups of five rows, those three columns? Sure, no problem. Change line 28 to say:
|
Edited by - Carefree on 08 August 2010 05:42:12 |
 |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 08 August 2010 : 06:08:46
|
Trying for something like this:

There are a number of different entries for each month and need to include them in each month. |
Cheers, David Greening |
 |
|
|
Carefree
Advanced Member
    
Philippines
4224 Posts |
Posted - 08 August 2010 : 08:05:34
|
OK - Give this a go.
|
 |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 09 August 2010 : 04:45:00
|
| Tried it and the code did not work. Showed the items all in the 1 column and only showing 3 items per date range and mixed over the place. Good try but.. I will work on it further to try and get it working later in the week. |
Cheers, David Greening |
 |
|
|
cripto9t
Average Member
  
USA
881 Posts |
Posted - 09 August 2010 : 10:21:57
|
I have something similar but I use getrows to get the record set. So I might have something in the wrong place. But it looks right to me. Just a matter of opening and closing the tags in the right place :}
|
_-/Cripto9t\-_ |
 |
|
|
Doug G
Support Moderator
    
USA
6493 Posts |
|
|
Carefree
Advanced Member
    
Philippines
4224 Posts |
Posted - 10 August 2010 : 04:43:22
|
| I'll have to create a database and actually try this, David. I'll have it done today sometime. |
 |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 12 August 2010 : 06:20:22
|
Anyone got any ideas as the tables are not quite going the way that I need them? Many thanks in advance...
|
Cheers, David Greening |
 |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 28 August 2010 : 23:36:09
|
I am still having issues with this if anyone has an idea on how to do it would be fantastic. I have it not showing the 3 columns across but it randomly puts coloums be it 3 or 1, but very random.
|
Cheers, David Greening |
 |
|
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 10 September 2010 : 20:57:46
|
| I ended up getting this working the way my father needed... Thanks for the input. |
Cheers, David Greening |
 |
|
| |
Topic  |
|