Search results

  1. C

    Question Queries into forms without turning into a sub-form?

    I've made a query that is supposed to be fully disfunctional, I just want it to display data. But when I drag it into my form, it creates a sub-form (or form, I'm not sure) and places that there instead. All I want is data from another table to be viewed in my form for another table. :banghead...
  2. C

    Question Expression Help?

    How can you put code in a query? Isn't a query just a way to display data how you want?
  3. C

    Question Expression Help?

    Ok, thanks
  4. C

    Question Expression Help?

    What is a VBA code?
  5. C

    Insert an image into a table

    Ok, thank you :)
  6. C

    Question Expression Help?

    I have a Yes/No field, called 'VIP?', and I would like it to automatically tick itself if: 1. The field 'Order Count' is equal to or greater than 10 and/or 2. The field 'Order Total' is equal to or greater than $1,000 Any ideas? Where would I put this expression into?
  7. C

    Insert an image into a table

    How do you insert an image into a table? I know you can make an 'OLE' field, but when I go back to datasheet view, right-click and say 'Insert Object' and choose my picture to use, all that comes up is the text 'package' in the field. Why isn't the picture showing? Is it possible to have a...
  8. C

    Question Expression Help? (Algebra is FUN!)

    Thank you for all your help! I've been doing Access tutorials for a month now and I thought I knew how to use it, but apparently not :p Thanks for all your time! :)
  9. C

    Question Expression Help? (Algebra is FUN!)

    So what fields are in each table? Do I need to build a relationship between these? What is 'fkLocID'? Is this for a combo box? Sorry about my silly questions. I don't understand anything :s
  10. C

    Question In-Database Calculator

    This is an assignment, not going to be a real database. It's Australian states and territories so there is only eight of them, which I put into the table. And... it's not packages I'm sending... it's cows and beagles. :p So it's based on weight in kg x cost per kg, which changes with the state...
  11. C

    Question Expression Help? (Algebra is FUN!)

    I have a table with the fields 'Weight (kg)', 'State/Territory', 'Cost per Kilogram' and 'Postage Cost'. It depends on which state they want to send their item to as to the cost per kilogram. I would like to make this table into a form where: 1. The user inputs the weight into a text box. 2. The...
  12. C

    Question In-Database Calculator

    ok, thanks :)
  13. C

    Question In-Database Calculator

    It's in 2010 Access :)
  14. C

    Question In-Database Calculator

    I'm trying to make a postage calculator for my database. I have to make a table first (obviously), but ultimately I would like to create a form. The postage price depends on the state you are sending the item to, and the weight of the item. The item weight is stored in my other table 'Stock'...
  15. C

    Question How to make a navigation screen?

    Ok! Thanks :)
  16. C

    Question How to make a navigation screen?

    I'm still writing it at the moment.
  17. C

    Question How to make a navigation screen?

    Thanks so much for all your help. I've got it working now :) Would you be able to help me with my other thread?
  18. C

    Question How to make a navigation screen?

    Thanks. So what action do I choose? Are there any details I need to fill in? (sorry for taking up so much time!)
  19. C

    Question How to make a navigation screen?

    I don't want a macro, I wanted a button in a form. Does it only work by making a macro, then making a button in the form that runs that macro?
  20. C

    Question How to make a navigation screen?

    Ok, so because of what we named it, that's why it runs automatically? And I just have one more question =P How do you make a navigation button to a table, so you can view all records? I can only see options for forms, queries and reports.
Back
Top Bottom