Recent content by maquino

  1. M

    Combobox in a Query

    Please help. is it possible to put a combobox when I run my query? I know that I can specify a value by putting something like [Type the value] on the criteria of the field, but I want to be able to select the value, instead of type it, since the field is a combobox. Thanks
  2. M

    Sum in the query

    How can I put a column in my query showing the sum of another column, for example I have a column with the prices of a product and want to know the total price of these products. Thanks in Advance
  3. M

    Lookup in more than one table

    How can I make a lookup in more than one table? For example I want to have a lookup that lists the field "name" from 2 different tables("employees" and "suppliers") Thanks M<arcio
  4. M

    Delete a Record

    How can I insert an option(can be a button) in a form to delete that record? for example, I have field to be filled in the form such as "name", "phone number", and close to them I want to give the option to delete that record from the database. Thanks in advance
  5. M

    Combo box

    Pretty simple question, I believe. I know that I can specify a value of a field in a query entering some question between [] My question is how can I make a combo box listing the values of a table appear instead of a blank field to input the value desired? Thanks in advance
  6. M

    How to choose only one month?

    Thanks a lot guys, it works perfectly! Cheers
  7. M

    How to choose only one month?

    Yeah, you're right, I forgot to teel you that I'd also want to specify the year, not just the month. How can I do that?
  8. M

    How to choose only one month?

    I believe this is a pretty simple question. I want to be able to choose a specific month to be displayed on my query(wich contains the field "date") when I open it. I only want to display the records on that specific month, and I want access to ask me wich month I want to display every time I...
Back
Top Bottom