Title: Update function issue
Last modified: August 30, 2016

---

# Update function issue

 *  [HerbyMcfly](https://wordpress.org/support/users/herbymcfly/)
 * (@herbymcfly)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/update-function-issue/)
 * I have a players table I’d like to update the records of.
 * I’m using the form:
 * [abase form=”update” table=”uniqueplayers” columns=”UPlayerId,Forename,Surname,
   Title,PhotoId$Update” elements=”UPlayerId,Forename,Surname,Title,PhotoId” ack
   =”red”]
 * Nothing shows.
 * I’ve managed to get the form=insert is fine but the update no joy.
 * Any clues?
    Carl
 * [https://wordpress.org/plugins/abase/](https://wordpress.org/plugins/abase/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [joseyaz](https://wordpress.org/support/users/joseyaz/)
 * (@joseyaz)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/update-function-issue/#post-6354058)
 * You have to do a search form, and in results use RLINK to link id, and then make
   the update:
    [abase form=”1,search” table=”wp_routedb” columns=”name” where=”
   AND `in_10`=’1′ OR `in_21`=’1′” ack=”red”]
 * [abase table=”wp_routedb” columns=”cragid,areaid,numtopo,name,gradenum,comment”
   where=”AND `in_10`=’1′ OR `in_21`=’1′” rlink=”name,/forupdate/” echo=”0″ ack=”
   red”]
 * In post forupdate
    [abase form=”**1,**update” table=”……] Not forget the 1
 *  Thread Starter [HerbyMcfly](https://wordpress.org/support/users/herbymcfly/)
 * (@herbymcfly)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/update-function-issue/#post-6354133)
 * Ok thanks I’ll try this.
 *  [gilou_s](https://wordpress.org/support/users/gilou_s/)
 * (@gilou_s)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/update-function-issue/#post-6354220)
 * Hi Herby
    I’m experiencing the same issue. No update form is produced by abase.
   Did you manage to fix the problem ?
 * Thanks in advance for you answer
 *  Thread Starter [HerbyMcfly](https://wordpress.org/support/users/herbymcfly/)
 * (@herbymcfly)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/update-function-issue/#post-6354221)
 * Hi
 * Yes managed to sort it:
 * So now I have:
 * Add a player here….
 * [abase form=”1,insert” table=”uniqueplayers” columns=”Forename,Surname,Title$
   Add Player” elements=”Forename,Surname,Title” ack=”red”]
 * So this shows the table…
 * [abase table=”uniqueplayers” columns=”UPlayerId,Title,Forename,Surname” rlink
   =”UPlayerId”]
 * and with this I can update existing players by clicking on UPlayerId…..
 * [abase form=”1,update” table=”uniqueplayers” elements=”UPlayerId,Title,Forename,
   Surname” fields=”UPlayerId,Title,Forename,Surname$Update Player” ack=”green”]

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Update function issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/abase.svg)
 * [ABASE](https://wordpress.org/plugins/abase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/abase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/abase/)
 * [Active Topics](https://wordpress.org/support/plugin/abase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/abase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/abase/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [HerbyMcfly](https://wordpress.org/support/users/herbymcfly/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/update-function-issue/#post-6354221)
 * Status: not resolved