Search results

  1. A

    Seeking Microsoft Access Article Writers

    The third world is developing? I thought they just killing each other :mad: Isn't the Second world developing :confused: urghhh PC like s*******s :cool: And I love these smilies :eek:
  2. A

    Is it possible to make a field disappear

    Ohh I see, how would I add the fields in the AfterUpdate event of the payment type combo though? Would a Me.card_number do?
  3. A

    Is it possible to make a field disappear

    Let me just said that this place does not fail to amaze me. But are you trying to open up a form Pat? I thought that was genius! I can't get it to work though, I do not think I know what Call Form_AfterUpdate is? It says sub or function not defined
  4. A

    Sending an order confirmation automatically

    Nice, thanks a lot Rokie. Clearly VB is quite powerful, would it be possible for the order confirmation to be added automatically too? So the only think they would have to do is just click on send?
  5. A

    Is it possible to make a field disappear

    Or appear. Say for example, you ask for payment type as in how are they gone pay for the goods, if they select check then you leave it at that, but if they select credit card then you make these fields appear which ask for the details of the credit card. Would that be possible?
  6. A

    Sending an order confirmation automatically

    Through e-mail. Is this possible? Would I be able to somehow automatically send an email to the customer of his order confirmation through an access database?
  7. A

    Question Automaticaly dispalying and adding prices to a table

    Thank You Pat, I have sorted it out now. Your help has been Priceless. And thank you too Bob, I'll look around that site, seems very helpful.
  8. A

    Question Automaticaly dispalying and adding prices to a table

    Hey Pat, thanks for your answer. Access keeps telling me that it does not recognise Me. What I have done is in the table itself in the look up bit, I entered the values in the raw source, such as "dell" etc, and the raw source type is a value list. In the properties of the combo box, the raw...
  9. A

    Automatical Table Update and Price Storage.

    Right, let me see if I have understood. You would have a table which would look a bit like this: 1 Sony 500 2 dell 600 3 Mac 700 and nothing else in it? Ohh I get it, You mean, rather than calculating the unit price through IIf statements, just display it in the...
  10. A

    Automatical Table Update and Price Storage.

    Lets assume I am a tiny shop selling computers. I sell only three computers which are selected through a drop down menu, they are Sony, Mac and Dell. To avoid the possibility of mistyping and unnecessary delays, I have made a query which says that if the computer is for example Sony price 500...
  11. A

    Calculations and updating tables

    Right, and where exactly does that formula go? Is that the exact formula btw even the: update Stock inner join
  12. A

    Calculations and updating tables

    I would like to know as well to be honest!
  13. A

    Question Automaticaly dispalying and adding prices to a table

    Hey all. I am new to this forum so am not sure if this is the right section to post this to. My question is this: Suppose we are selling computers and have only five types of computers: Samsung, Sony, Dell, HP and MAC. Lets suppose each of these computers have a fixed price of 500, 600, 700...
Back
Top Bottom