Search results

  1. B

    How to add a number of cells in a form?

    Man, you saved my life!!! That's great!! It works now!!!
  2. B

    How to add a number of cells in a form?

    Thanks for your time, but the order subtotal doesn't work...
  3. B

    How to add a number of cells in a form?

    Ok, done. Here the database.
  4. B

    How to add a number of cells in a form?

    The forum doesn't allow me to upload so large files (5 mb). Can you tell me another site?
  5. B

    How to add a number of cells in a form?

    Here the file I'm working with. I hope some angel can help me :D Download
  6. B

    How to add a number of cells in a form?

    I'm really going crazy with this; if I switch the mode in continuos, it change the appereance and I need a layout to the datasheet mode. If I try to build a new subform, the wizard doesn't allow to set the tabular type (actually, I cannot set any type...). EDIT: I manage to get the subform in...
  7. B

    Error 3258 ambiguos outer joins

    Thanks, I resolved :D
  8. B

    How to add a number of cells in a form?

    :confused: I cannot find a solution, someone has ideas? Thanks.
  9. B

    Error 3258 ambiguos outer joins

    I'm sorry, but I didn't understand where I have to click...
  10. B

    How to change a path in Access/VB?

    As far as I know, yes. How can I know if it's actually only this? Thanks for your help. Diego.
  11. B

    Error 3258 ambiguos outer joins

    Hi there. I have this query: SELECT [Range Plan 2006].[Parent Category] AS Expr1, [Range Plan 2006].Attribute AS [Sub category], [This Year All Prog].Category, [This Year All Prog].Product, [Description Master].Description, [This Year All Prog].SumOfQty AS [TY Cum Qty], [This Year All...
  12. B

    How to change a path in Access/VB?

    Hi there. I have a form with some functions: in particular I'd like to change what a button do: when I click it, the form calls this: Runtime erroe 3304 S:\Commercial\2006Businessplan.xls is not a valid path etc etc etc Basically this file is now hosted in another server, but I don't know how...
  13. B

    How to add a number of cells in a form?

    Which type of mode I can use to have a similar layout in the subform?
  14. B

    How to add a number of cells in a form?

    up :confused:
  15. B

    How to add a number of cells in a form?

    I understand now that the form IS in datasheet mode; I really cannot have the sum of the cells? Can I change the the mode of the subform? Thanks again for all. Diego.
  16. B

    How to add a number of cells in a form?

    I don't know which are the differences between that types, but here a screenshot I'd like to have the total of 10.95 in the Order Subtotal.
  17. B

    How to add a number of cells in a form?

    Another newbie question :D I have a form in which I can put an indefinite number of rows, and in each row I will put a value. I want to add ALL of this values (I don't know how much are them) and have the result in a textbox. Thanks. Diego.
  18. B

    How to have a record from a combo box?

    Thanks it helped me a lot.
  19. B

    How to have a record from a combo box?

    Hi there. I'm a newbie in Access, but I need to understand how to do a thing. I want to chose a value from a combo box (for example people.name) and I want that ALL the data of that specific record is written in a textbox (or more textboxes doesn't matter); it's possbile? Thanks. Diego.
Back
Top Bottom