Search results

  1. S

    Web Page Opening

    i am running sms web page to sent sms to the parents when they pay fee.. so when i am hiting the command buttion it is opening page and i donot want to page to be displayed i just want this to be done silently without any display
  2. S

    Web Page Opening

    below is the function i am using but it is opening web page and i dont want to open page ...... Function OpenDocument(ByVal strURLLink As String) As Boolean On Error GoTo Catch '' This opens the link in the default program or web browser of your computer...
  3. S

    Web Page Opening

    Hi I am trying to execute http web page through access 2010 form without opening web page... say its a text message to parents when paying fee .. so there is no need to open web page... i will do it through command button
  4. S

    GSM Modem

    Hi, Looking as simple as you can understand... I am looking to get VBA Code attach a nokia c1-02 cell phone with my SMS packages and now i want to connect this phone with my access 2010 DB where i have a form named "TR" having these fields, MobNo: to insert mobile number Txt: to insert sms...
  5. S

    SMS via Bluetooth

    Hi, What i am googling around that i have developed an access 2010 DB for school, what i want in an fee payment form that when the user hit command button to save then it also shall send sms to the particular moble number being predefined in th DB at form. The est option for me is to connect...
  6. S

    Export to excel xlsx

    Regards, I need VBA for a command button at report to export all data from table "todaydata" in access 2010 db to be exported in excel xlsx file at desktop with name "book1" the path of file is below C:\Users\yousuf traders\Desktop
  7. S

    Windows 64 and 32 bit VBA error

    I have prepared a db in windows 32 and now using 64 bit and getting error that you must be ...... the code is below and and i want to use it in both 32 and 64 bit windows system.. any help would be appreciated.. Option Compare Database Public Declare Function apiGetUserName Lib "advapi32.dll"...
Back
Top Bottom