Search results

  1. N

    Help: Displaying Pictures in a form

    Hello everyone, To display images on a form (Access 2003) I used the same code of the Northwind database sample (Form Emplyees). when changing the Picture's location it returns a bug in the code (Couldn' open ...the file), or the ErrorMessage Label should have the value: "File not Found" here...
  2. N

    Access with multi-users : Concept

    Many thanks for your reply :) That makes it more clear for me Best Regards,
  3. N

    Access with multi-users : Concept

    Hi everyone, I just want to have information about the concept of using an Access application with different users at the same time. Thank you for help, Nizar
  4. N

    Need Help: automating continuous subform

    Million thanks Premy for your reply and advices, Best Regards,
  5. N

    Merging Continuous subform

    Hello, I want to add a command button to my form that enables me to sort all records on the form into a Word document using mailmerge or automation as a "Purchase Order". This Word document will be saved with the name of the Order, then i will try to add another fonction to send this "purchase...
  6. N

    Need Help: automating continuous subform

    Hello, I want to add a command button to my form that enables me to sort all records on the form into a Word document using mailmerge or automation as a "Purchase Order". This Word document will be saved with the name of the Order, then i will try to add another fonction to send this "purchase...
  7. N

    Automation&mail merge

    Thanks very much Premy, I will read it carefully. Best Regards.
  8. N

    Please Need Help

    Thank you for your reply and your interrest. Attached is the db, would you please have a look on the "frmorders" form. I want add a command button that enable me to sort all records on the form into a Word document using mailmerge or automation as a Purchase Order. This Word document will be...
  9. N

    Please Need Help

    Hi, Searching on this Forum and on net, I've succeeded to send my current record to word, but I still have a problem concerning the Order Details ( Items, Quantity, Price ...). I could not find how to include records of the subfom containing Order details. I've searched but i didn't get...
  10. N

    Automation&mail merge

    Hi, Searching on this Forum and on net, I've succeeded to send my current record to word, but I still have a problem concerning the Order Details ( Items, Quantity, Price ...). I could not find how to include records of the subfom containing Order details. I've searched but i didn't get...
  11. N

    Automation and Mail Merge

    Hi, Searching on this Forum and on net, I've succeeded to send my current record to word, but I still have a problem concerning the Order Details ( Items, Quantity, Price ...). I could not find how to include records of the subfom containing Order details. I've searched but i didn't get...
  12. N

    Need Urgent Help

    Hi Again, Searching on this Forum and on net, I've succeeded to send my current record to word, but I still have a problem concerning the Order Details ( Items, Quantity, Price ...). I could not find how to send records on the subfom. I've searched but i didn't get relible results :(...
  13. N

    Need Urgent Help

    Thank you all for your advices:) Appreciate it alot, Best Regards,
  14. N

    Need Urgent Help

    Thanks KeithG, Is there any good examples or tutorials for this subject? Regards,
  15. N

    Need Urgent Help

    Hi everyone, I'm developing a small Access 2003 application for a purchase service that includes managing informations about Suppliers, Customers, Carriers, and Orders. With the Orders issue, I'v created a form to enter all the informations about the order; customer, supplier, carrier, orderID...
  16. N

    Createcontrol

    Hi missinglinq , thanks very much for your help, I tried before with invisibility property but i failed. With your code, it is working :D million thanks again, Have a nice day,
  17. N

    Createcontrol

    Nice day for all of you, I have a problem using Createcontrol method with Vba. In fact, i would like to add to my form a label once a desired value is selected from a combobox. here is my code, i didn't match where is the problem exactly: Sub NewControls() Dim iwb As Control Set...
  18. N

    Autofill fields

    ajetrumpet I think Ive got it, it is working now :) Many thanks and sorry :)
  19. N

    Autofill fields

    Im sorry if i wasn't clear in my post. In the form I want to choose first the Supplier from a combobox then write the Order number in a textbox. This is the form of the OrderID field that i want to autofill: "FRM/SupplierID/CurrentYear/OrderNumber" I succeded to autofill OrderID only in this...
  20. N

    Autofill fields

    Thanks ajetrumpet for your help, I succeded to put OrderId in this form: "FRM/SupplierID/CurrentYear/" but i couldn't add the last value ...OrderNumber from the other textbox precisely where to put the code? it's not wroking when i put it in the comboAfterUpdate() thanks again,
Back
Top Bottom