Recent content by ShanVel

  1. S

    How to check if a parent record has any child records

    Hi Thinh, Thanks for your tips. That is correct but I am not sure how do you build your SQL if I have more than 50 child tables related to one parent. The SQL based on your idea would llook something like this, if there is one child: SELECT tblProject.intProjectId, tblProject.chrProjectName...
  2. S

    How to check if a parent record has any child records

    Hi, I have an access database (2007) and I have a parent table (Projects) and several child tables. For a new project record, I want to copy a child record from another project's child record (as a new project's child record) and then plan to edit the copied record. My copy operation works...
  3. S

    Convert Access report to PDF from Access via VBA code

    Hi folks, Does anyone know how to convert access report to PDF via VBA by clicking a button? I am building a report on the fly which will be based on: - selecting a project through a combo box - and building a query by joining several tables related to that project and then I should export...
  4. S

    Combo Box Event & Dlookup function

    Hello folks, I need your help. I have two forms, frmProjts1 and frmPassword. frmProjts1 has a combo box called "cbBox1" and it's ‘row source type’ property set to Value List and ‘Row Source’ property is filled with Value1";"Value2";"Value3";"Value4" What I am trying to do is when the...
  5. S

    Copy a record from one form to another from

    Yes. I agre with you and that's how any RDMS works. My intension for copying is to copy and then edit/modify that record for another project and save. Since I am dealing with lots of text (memo type) I thought it's a good idea to copy a record from another one and edit to save some typing. I...
  6. S

    Copy a record from one form to another from

    Hi Folks, I want to look up a record on Form1 and then copy that record (all fileds are of memo data type on the underlying table). Now I want to close Form1 and open another form (Form2) and set all the fields of Form2 to the record I copied from Form1 and save the Form2. Do anyone have any...
  7. S

    Group By on more than one columns

    Folks, I need your help on GROUP BY clause. I have been struggling to get his report in a way I wanted for some time now. Here's what I like to do: I am writing some project related data into a temp table (tblAppendForRskTblReport) by clicking a command button on a form. The data in...
  8. S

    Need your opinion - store/retrieve Word and Excel files in Access 2003

    Thank you everyone for all your inputs and let me give a try. Shan.
  9. S

    Need your opinion - store/retrieve Word and Excel files in Access 2003

    The_Doc_Man: Thank you very much and I have to tell you that I need to shift gears between working on A2003 and doing my regular engineering functions. So, my apology, it took a while to check the response on the forum. The keyword table looks like a great idea and the way to proceed. I...
  10. S

    Need your opinion - store/retrieve Word and Excel files in Access 2003

    The_Doc_Man: Thank you very much for your detailed tips. I am fairly experienced with VBA and other access objects and let me give a try. I have another question. Once I have built the database and running I would like to add search functionality. The user should able to do a search with some...
  11. S

    Need your opinion - store/retrieve Word and Excel files in Access 2003

    Thanks Pat. Is there any other way of handling this problem other than using OLE object type? Also, I don't have A2007, but A2003. Shan.
  12. S

    Need your opinion - store/retrieve Word and Excel files in Access 2003

    Folks I need your help; just wanted to get your opinions here. I work in a small engineering group and we have lots of reference documents in word and excel which we typically use for any projects. Currently, all these files are stored in Lotus Notes database. Unfortunately, they are pulling...
  13. S

    Database Security

    Paul, Thank you very much for the speedy and a detailed response. runtime - can you show me/direct me to a link in the forum on how to do for my application? Sounds like this is what I need to do in order to have a complete control for my application. UNC path...
  14. S

    Database Security

    Paul, Thanks for a detailed response. By the way, can you explain to me what is RUNTIME MODE? For question 1, you suggest to split the database with the FE on each person's PC mandatory. But on Q4, you are talking about creating MDE. Does it mean MDE for FE only? I have one another...
  15. S

    Database Security

    Thanks to all the folks in this forum who helped me to develop my fist access database application. Access is a great product and I really enjoy working. I need to put this db for full scale production use and I would like to brainstorm some of your experiences on the security issues I need...
Back
Top Bottom