Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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