Search results

  1. W

    access to word, once again!

    sorry for bringing up this topic again, but I was wondering. If someone can still assist me in this matter. I have typed the data in two seperate forms. Since, it was too much info and couldn't be accomodate in one form. Keep in mind these forms contain the loan info. my questions are 1) can...
  2. W

    subform calculation help needed

    Thanx guys :) I have recreated the whole thing. But my question still remain, is it possible to have calculation using the combo box. How can I possibly divide/multiply/Subtract values, when text which is representing the value are in combo box, while the values are in text box. I am talking...
  3. W

    display date and time on a form

    click on insert menu and click on date/time and check mark in both boxes. It has three option under each check box, click on the relevent one and press okay, voila.
  4. W

    importing outlook contacts to database

    so noone has done this :( thats sad!
  5. W

    subform calculation help needed

    Etab, thanx for the reply and database. But, this will not do it, there is a reason of using the datasheet and those values there and the combo box. It will kill the purpose, if I use it in this manner. I have already done it like this. But, sadly it will not serve it :( I wanted a vb code or...
  6. W

    importing outlook contacts to database

    I created this database long time ago, but now my boss wants to import the contacts list from outlook into the database. Now, these lists will differ per user. Right now there are 6 users, who are using the database and they all will have different contacts lists. How can I import it in a...
  7. W

    subform calculation help needed

    Okay, here it is. I am posting it here.
  8. W

    subform calculation help needed

    arghhhhhhh, i sent that yesterday, and i was expecting to see some positive ans today :(, hotmail wont let me send that and i think that is the reason you are not recieving it. Can you give me yahoo address plz or some other adds.
  9. W

    subform calculation help needed

    I know its pretty confusing, I am sorry. I kind of don't know how to explain it. Proly u will be able to sort it out, once u look at it. I have emailed you, hopefully you will be able to help me out. Thank you so much :)
  10. W

    subform calculation help needed

    I am still in need of some assistance ppl :(
  11. W

    subform calculation help needed

    SELECT [Final Stages].[Dec 31st Year End], [Final Stages].[Borrower In House], [Final Stages].[Borrower In House1], [Final Stages].[Borrower In House2], [Final Stages].Guarantor2, [Final Stages].[Loan ID2] FROM Financial INNER JOIN [Final Stages] ON Financial.[Dec Year End] = [Final Stages].[Dec...
  12. W

    subform calculation help needed

    Thanks Pat Hartman, :( Its still not working. I have attached the jpg img of the datasheet. Probably, it might be helpful in my query. Its hard to do it, because values are in text boxes and the text is in combo box. edtab thanks, but I can't seem to do that cuz of the combo box.
  13. W

    subform calculation help needed

    I have a subform, which is in datasheet mode. In that subform I have a drop down menu (combo box), and then I have 3 different fields where the value will be written. e.g. Assets, Liabilities, and Equity. Assets and Liabilities will written down by the user, but Equity has to be calculated...
  14. W

    Field Subtraction Problem

    just bringing up my thread, I still need some help plz :(
  15. W

    Cross tab query for 3 month per report

    Thanks Pat Hartman, actually, I just had to sum it up in the report bottom. And instead of doing it Report Footer, I was doing it in Page footer. And, thats what cause the prob, but now everything is fine. Thank you again :)
  16. W

    Cross tab query for 3 month per report

    but I have a lil tiny prob too, sorry I know I am taking a lot of ur time. I just want to know, if I want the sum of each month how can i get that, I can get it through simple query by each month, but instead of vertically, I want this to be horizontally, like cross tab. And by using the ur...
  17. W

    Cross tab query for 3 month per report

    Thank you so much pat hartman, I think I am coming along now just fine. Much appreciate your help :)
  18. W

    Cross tab query for 3 month per report

    Pat Hartman, I looked for it but I still don't know what I am suppose to do. I do have a query right now that actually prints out the records for all 12 months. However, I just want it to display the records of current months and also two coming up months. I don't want to see the previous...
  19. W

    Cross tab query for 3 month per report

    I am trying to create a cross tab query which will output the data for only three months starting from the recent month. I would want these months to be heading. However, I don't want to create reports over and over again. I want something, that will resolve the issue through parameters kinda...
  20. W

    postal code problem

    I'm trying to setup a conditional input mask for the postalcode/zipcode field. Canada postal code input mask format "00000\-9999;;_" US Zip code format input mask format "L0L 0L0;0;_" I've setup the country field, so that CANADA, and USA are the only 2 choices from a drop down menu. I want...
Back
Top Bottom