Search results

  1. H

    Find printer in network

    Hello, I have a question I am trying to find a network printer by using a function and wia object. On a local PC this function works just fine but on a network it doesnt. Does anyone know how to fix this? This is my code Function SelectDevice() Dim DevMgr As WIA.DeviceManager Dim DevInfo...
  2. H

    forms size's differ in 17'' and 15'' screen

    Hello there, I've created an MS access 2013 application on my 17'' laptop This application wil be deployed on many different computers with different screensizes.. Keeping that in mind i developed small userforms so that ther should be no issues with the form size on computers with 15'' inch...
  3. H

    change date field propertie to short date

    hello everybody, i am trying to edit a datefield propertie into short date format trough VBA but its just not working for me . this is wat ive come up with so far DoCmd.RunSQL ("ALTER TABLE tablename ALTER COLUMN fieldname TEXT(255);") this is a text field propertie change and this works just...
  4. H

    ODBC connector not working

    does anyone have some suggestions for me? keep getting error : Connection Failed [HY000][MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on ''my ip adress' (10061) also titlebar of the ODBC connector form display's (application not responding). i've tried to reinstall several times but...
  5. H

    Hello

    Good afternoon, I just registered at this forum. My name is Bas and i'm from the netherlands. Programming in VBA is a hobby of mine Got infected with the programming bug a few years agow. I earn my living as Captain of a inland oiltanker. I've developed a planned maintenance systeem in MS acces...
Top Bottom