Recent content by georgedwilkinson

  1. G

    Starting from scratch...

    It can be a long, uphill climb. I personally have settled on PHP and MySQL for web development (still use Access for local stuff). It can be a bear if you're not familiar with web and relational database development.
  2. G

    Starting from scratch...

    What kind of skill set do you have? Can you use Java, PHP, or .Net? Do you have access to the source on your server?
  3. G

    Problem Please Read

    When you log in, save the login ID to a global variable (in a module). Use the contents of that variable in your SIGN_OUT form.
  4. G

    PHP Library visibility

    I figured out my problem though it has little to do with what I asked. The library I'm using has an autoload that goes and finds the library class or function needed in real time by iterating through all the library directories (all by itself). However, the two main functions in the library...
  5. G

    Control of WWW site by MS ACCESS

    Not in Java, I had said Javascript. You would only use Javascript for client side changes to the html (i.e. only if you control the page source). You can see the basic concept in Javascript here: http://www.tizag.com/javascriptT/javascript-innerHTML.php You can use a DOM object as spikepl...
  6. G

    PHP Library visibility

    I'm having difficulty with a PHP library which I have used successfully (flawlessly?) on my development Windoze machine. When I ftp the library to my GoDaddy linux server, I get a series of errors that look like a configuration problem. GoDaddy support said to "use php5.ini", which I did after...
  7. G

    Form takes four minutes to open when linked to SQL tables

    My fear is DCount may not be interpreted by the server the way you would hope it would (not sure what is sent via ODBC). If that's the case, Michael's recommendation above would uncover that.
  8. G

    Intro

    Welcome, Letitbk9.
  9. G

    My introduction

    Welcome, Chandrasekhar.
  10. G

    Newbie Member

    Welcome, boaterjohn.
  11. G

    Greetings to everyone - From South Louisiana

    Welcome, lacajanmann. You'll probably get a much better answer to this by posting it in the correct forum (and what you're asking about can be done with a simple query...no if then logic required).
  12. G

    Newbie question..Please don't flame.

    Jeff, You haven't answered any of the questions that have been asked of you throughout this thread. This most recent post does NOT help us to help you. It is dis-jointed and has nothing for us to reference to understand your problem and how to help you solve it. For now, until you can give...
  13. G

    Hello

    Welcome, rupa91.
  14. G

    Hello forum

    Welcome, Nick.
  15. G

    Control of WWW site by MS ACCESS

    You'll need to use an IE object in your VBA project. You can modify the InnerHTML to control the flow of the browser object. I haven't done this for a long time in VBA but the concept is the same in Javascript/HTML.
Back
Top Bottom