Recent content by rdrunner

  1. R

    Turning report properties on or off

    Hi there My question is this .... I have a application which has multiple checkboxs which depending on the selection could or could not have data selected and entered into an underlying table.... My question is can i make the text and the borders invisible using VBA code if the underlying...
  2. R

    Updating a table using ADO !

    That will work fine .... I want it to be dynamic so that if i only have 8 out of the 12 comboboxs containing data then i can use the index value of the combobox and then i want to use the index value of the combobox to loop round and just update the table name inside a loop or in a function...
  3. R

    Updating a table using ADO !

    Hi there I have 12 Comboboxs on a form and i am trying to use a for next loop to copy the contents from each combo box to a variable and then copy to an underlying table. Comboqty is a Variant and contains the number of ComboBox's visible on the form !!! The Comboboxs are called...
  4. R

    Need some help please with this

    Hi there I have a nice and simple problem to sum but to me its quite difficult - i have been asked to design a input form to accept form from a web page and write it to a Access database - this is my effort but it doesn't work I take the output from the web page and POST it to a ASP page i...
  5. R

    Access 2000 Professional

    Hi All Simple question but i is confused - i have a Access Database that i wish to install onto PC that dont have Access and it has three table one of which is a Switchboard that i want to load when the icon is clicked on the desktop. Basically what i want to do is to create an EXE of the...
  6. R

    Hiding the Access Screen on startup

    Will the code that u suggest work if i want to distribute the application to a users destop that doesn't have Access as an program installed - am i going in the right direction >>>> ? In Visual BAsic u create an EXE to do this - this is what i am attempting to do .... Thnakyou for the...
  7. R

    Hiding the Access Screen on startup

    I am new to this enviornment but my problem is i are writing an application which consists of tables and forms ... but when i clicl on the icon to start the application - unlike in VB where u create the EXE an it starts a standalone application when i do this in Access i get the Access Window...
Back
Top Bottom