User Profile

Collapse

Profile Sidebar

Collapse
newriver
newriver
Last Activity: Jun 8 '10, 02:26 AM
Joined: May 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • newriver
    started a topic upate table from form w/o field

    upate table from form w/o field

    I have a subform that ties to a table that has 3 fields:

    - appname
    - link
    - type

    Only link and type have fields on the subform; the appname is from the parent form. I can retrieve the appname successfully, but can't figure out how to update the table successfully.

    I created a recordsetclone of the data to scan for records that match a query. I tried to update to rec.appname, rec.[appname],...
    See more | Go to post

  • newriver
    started a topic access webpage from access 2003

    access webpage from access 2003

    I am trying to find an interface that allows one to do a GET from a webpage and process the XML/HTML response. Specifically, I'm trying to get to the www.isbndb.org database to get book information.

    I tried CreateObject("M icrosoft.XMLHTT P"), but get a failure (which may just be a linking issue, but I followed an example that I saw :-/) on the HttpPost.send. I get err.number = -2146697211 and err.description "The system...
    See more | Go to post

  • newriver
    started a topic vba - get called form name

    vba - get called form name

    I have a form that can get called from different forms. I need to requeue the original form, but need to know what form to do this to. I saw a suggestion that had the calling form include its name into the called form, where the name is saved off. While this might work, I'd think that there's a stanard way to query this into the objects. Is there a way to do this?
    See more | Go to post

  • I just found the issue. I was using acFormAdd instead of acFormEdit on the OpenForm. Once I changed this parameter, it worked....
    See more | Go to post

    Leave a comment:


  • recordset findnew - failing only when form is called rather than basic

    I have a form that I am creating for an Access 2003 db (I'll call this "addform"). I go the form working as desired and decided to now call it from another form, which I'll call "callingfor m".

    In addform, I do create a recordsetclone and do a Findfirst to get the desired record (I get the name off of a combobox) and fill in two text fields. This works well when I just work with this form directly.

    ...
    See more | Go to post
No activity results to display
Show More
Working...