Recent content by MicroAbdel

  1. M

    HOW YOU CAN PRINT A FORM INCLUDING DATA " QR CODE " OF WEB BROWSER

    Alright Thank you for ur advice i will look up for it
  2. M

    HOW YOU CAN PRINT A FORM INCLUDING DATA " QR CODE " OF WEB BROWSER

    Hi , it appear with no QR code just white position the QR code is generated 'each user has QR code ' with data based of tables i configured the QR perfectly the only thing I got stuck in is printing the QR code of each user in the form i dont know how to do that i if you mean it with vba codes...
  3. M

    HOW YOU CAN PRINT A FORM INCLUDING DATA " QR CODE " OF WEB BROWSER

    Hi Access community I'm stuck! can't move on with my access database :( i can't print the QR code image when i want to print the form that contain the website 'google api' Any idea to print the form with QR code in this case Thank you so much for ur help<3
  4. M

    How to create auto number column in a query based on all current query records

    Hi access dev & fans As u guys mention in Title i want to create a field 'column' not related with table, that column shows me auto-numbers from first record to last record ; auto number simple like "1 to 1+" or "01 to 01+" if i can do that without any VBA code will be great cuz i'm not...
  5. M

    How to update old data/records: From data without symbols in input mask' to data with symbols in the input mask'

    THANK YOU GUYS! i fix it using this function : Mid([P_Reservations]![P_ReservationID],1,8) & "/2" & Mid([P_Reservations]![P_ReservationID],9,16)
  6. M

    How to update old data/records: From data without symbols in input mask' to data with symbols in the input mask'

    please i don't want to lose my data , please help me out with this excat input mask thank you so much <3 : 99990000/2000?
  7. M

    How to update old data/records: From data without symbols in input mask' to data with symbols in the input mask'

    bro i have no idea how to do that :/ what i need to use in "update to" field : function or something else! please help
  8. M

    How to update old data/records: From data without symbols in input mask' to data with symbols in the input mask'

    Thanks! please which function i need to use , my exact input mask is : 99990000/2000? , please any idea 💡 🙏
  9. M

    How to update old data/records: From data without symbols in input mask' to data with symbols in the input mask'

    Hi guys; I face a big problem today :P ; i have a database with bunch of data stored with input mask "option save data without symbols for example mask is 0000/2020 and data will stored if user entre something, data will be : 12002020" the main problem i want to change old records to the new...
  10. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    Thanks you isaac, i don't know nothing about coding in vba , but i will try to get an idea how it's work, if u have any vba tutorial about attachment share it with me really appreciate it <3
  11. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    I will try to understand how u did that , thank you so much for ur help
  12. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    Hi arnelgp; i used but the problem when i want to copy my database and paste it to other pc GIF won't work cuz GIF file doesn't load or in database as a source
  13. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    first step done , second step is the problem how to link an attachment with windows media player
  14. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    Hi Issa, tnx for replying; I don't really know how to link an attachment of a table with windows media player in a form, any tips or links to help me out rly appreciate it
  15. M

    HOW I CAN SAVE AND LOAD A GIF PHOTOS IN MY DATABASE!

    Hi there; I running for a big problem I'm trying to play GIF animation into windows media player all works fine, the problem when I moved my database directory to other place , and reopened the database GIF won't work if I deleted the GIF from my PC I want a GIF file to be in database so if I...
Back
Top Bottom