Hi All,
Quick background:
I used to be a software engineer for military fighter jets, so I am not a bad programmer. But my knowledge of languages outside of ADA is nowhere near as good.
Four years ago I started a company with my two brothers, and we soon needed a database to run the company, which we couldn't afford. So, as part of my degree was in database design, I learnt access and have developed a good database that runs our business over the last year.
Xmas is now upon us so I will have many hours where I can add cool stuff to our database. Many of the things I want to add are relatively easy, especially as my VB has come on well.
I am struggling with the following and was hoping if you experts could point me in the right direction to achieve the following tasks, if they are achievable with my moderate knowledge.
1. Replication:
Our database has a back end on the server and front end on our workstations. Our MD works in London two days a week. I remember from my degree a subject on Replication. I can put our database on his laptop but will I be able to sycronise the two versions on his return? If so, could you point me to good reading on the subject.
2. Folder Views:
I am sure this should be easy, but I have already spent eight hours trying to do it. Our company installs residential fire sprinkler systems. Therefore, each project has its own record within the database that is displayed on a form. I have added a hyperlink to allow quick access to the projects folder on the server. However, I would really like a window on the form that shows the contents of the relevant folder. Then as we get emails relating to the project we can drag and drop straight into this window. Also, when a client rings about a project, we type in the project name, the form displays the project, and we can click on the plans/ email/ letters ect from this window on the form. Is this achievable? Would it slow the speed of the database as every time you goto the next record on the form the window would need to update to the folder contents? Is it an active x control I need? (this is where I have spent most of my time but to no avail!)
3. Website integration:
At present, our 15 enginers fill in time sheets. This data is added to the database so we can run the wages from the DB, and all the labour is recorded against the projects so we can see how the project is going.
All our vans have trackers and therefore full web access. I am building an interface so the engineers can fill in an online form for their days work and press a send button. This data ends up on our server.
What should I learn to be able to pick up this data by our database? Is share point the only way and does this take a long time to learn?
4. PDF
Finally, if you are still awake, I have one final question. Again, I think this should be simple. All our invoices and quotations are generated by reports and queries. When it is on screen, by right clicking you can select print preview, then print and select print to pdf. I would like to add a button to print as pdf as we keep getting things printed as the pdf was not selected, thus wasting paper. I can not find the code for this!
Thanks for reading
Nigel
Quick background:
I used to be a software engineer for military fighter jets, so I am not a bad programmer. But my knowledge of languages outside of ADA is nowhere near as good.
Four years ago I started a company with my two brothers, and we soon needed a database to run the company, which we couldn't afford. So, as part of my degree was in database design, I learnt access and have developed a good database that runs our business over the last year.
Xmas is now upon us so I will have many hours where I can add cool stuff to our database. Many of the things I want to add are relatively easy, especially as my VB has come on well.
I am struggling with the following and was hoping if you experts could point me in the right direction to achieve the following tasks, if they are achievable with my moderate knowledge.
1. Replication:
Our database has a back end on the server and front end on our workstations. Our MD works in London two days a week. I remember from my degree a subject on Replication. I can put our database on his laptop but will I be able to sycronise the two versions on his return? If so, could you point me to good reading on the subject.
2. Folder Views:
I am sure this should be easy, but I have already spent eight hours trying to do it. Our company installs residential fire sprinkler systems. Therefore, each project has its own record within the database that is displayed on a form. I have added a hyperlink to allow quick access to the projects folder on the server. However, I would really like a window on the form that shows the contents of the relevant folder. Then as we get emails relating to the project we can drag and drop straight into this window. Also, when a client rings about a project, we type in the project name, the form displays the project, and we can click on the plans/ email/ letters ect from this window on the form. Is this achievable? Would it slow the speed of the database as every time you goto the next record on the form the window would need to update to the folder contents? Is it an active x control I need? (this is where I have spent most of my time but to no avail!)
3. Website integration:
At present, our 15 enginers fill in time sheets. This data is added to the database so we can run the wages from the DB, and all the labour is recorded against the projects so we can see how the project is going.
All our vans have trackers and therefore full web access. I am building an interface so the engineers can fill in an online form for their days work and press a send button. This data ends up on our server.
What should I learn to be able to pick up this data by our database? Is share point the only way and does this take a long time to learn?
4. PDF
Finally, if you are still awake, I have one final question. Again, I think this should be simple. All our invoices and quotations are generated by reports and queries. When it is on screen, by right clicking you can select print preview, then print and select print to pdf. I would like to add a button to print as pdf as we keep getting things printed as the pdf was not selected, thus wasting paper. I can not find the code for this!
Thanks for reading
Nigel