M
Mike375
Guest
namliam
I don't disagree ar all with the principles you are putting forward and if I was to make this data base from scratch there would be several things I would change. However, these type of data bases build up over time, probably similar to furnishing a house over time.
Where I do disagree with you is that I think there are more of this type of data base in existance than you might think and they all have one thing in common. They are invariably made by people who are not in the computer business but do run their own business and very often those businesses are of a sales nature.
For someone like me there are two basic prioroites....how quickly can I make something and of course will it work.
Just the other week I made something in this data base and I already know that people such as yourself or Pat Hartman would not touch what I did with a 200 foot pole For various reasons I wanted to pull out the 10th, 20th and 30th call from telemarketing sessions. Now this gets ugly I made a simple macro which
1) opens a continoous form, sorts a Now() entry in descending order.
2) Then a bunch of GoToRecords and at 10, 20 and 30 a SetValue action sticking a 1, 2 and then 3.
3) A query that has as the criteria 1 o 2 or 3.
The macro runs and does the SetValues, then closes the form an opens a form based on the query. I have something even uglier!! I use the autonumber field to set the value of another field which I call NameNumber. When we dump maybe a 1000 new records in to the main table a form is opened which is opened for all records where the NameNumber is empty. A macro then does a RunMacro action and roars its way down through the records doing SetValue actions at each record. Crude to be sure, but very quick to make and it entertains me and fills me with confidence as I watch it fly through all of the records.
Regards,
Mike
I don't disagree ar all with the principles you are putting forward and if I was to make this data base from scratch there would be several things I would change. However, these type of data bases build up over time, probably similar to furnishing a house over time.
Where I do disagree with you is that I think there are more of this type of data base in existance than you might think and they all have one thing in common. They are invariably made by people who are not in the computer business but do run their own business and very often those businesses are of a sales nature.
For someone like me there are two basic prioroites....how quickly can I make something and of course will it work.
Just the other week I made something in this data base and I already know that people such as yourself or Pat Hartman would not touch what I did with a 200 foot pole For various reasons I wanted to pull out the 10th, 20th and 30th call from telemarketing sessions. Now this gets ugly I made a simple macro which
1) opens a continoous form, sorts a Now() entry in descending order.
2) Then a bunch of GoToRecords and at 10, 20 and 30 a SetValue action sticking a 1, 2 and then 3.
3) A query that has as the criteria 1 o 2 or 3.
The macro runs and does the SetValues, then closes the form an opens a form based on the query. I have something even uglier!! I use the autonumber field to set the value of another field which I call NameNumber. When we dump maybe a 1000 new records in to the main table a form is opened which is opened for all records where the NameNumber is empty. A macro then does a RunMacro action and roars its way down through the records doing SetValue actions at each record. Crude to be sure, but very quick to make and it entertains me and fills me with confidence as I watch it fly through all of the records.
Regards,
Mike