Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,786| Members 17,820, Newest waheguruhelpme| Online 189
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Update linked table

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Do I have the right DSN for a linked table? Dennis Information Technology 4 28-Jul-2006 08:18 AM
Use Autoexec to update linked tables. Access Dummy Information Technology 2 28-Jul-2006 08:10 AM
vbscript linked table David Shorthouse Information Technology 1 10-Nov-2005 21:09 PM
Update Records to Linked Table Jerry Information Technology 2 09-Nov-2005 17:51 PM


Tags
update, linked, table
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:09 AM
Peter Neumaier's Avatar Peter Neumaier
Guest
 
Posts: n/a
   
   
Update linked table

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hi NG!

I am trying to update a linked table through an access form.

My form receives its data through a query (defined as "Record Source")
and contains a textfield. The current status is, that after updating
the textfield, my table gets only updated if I leave the form. I would
like to update the linked table after leaving the textfield.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/10080-update-linked-table.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080

What is the way to make that happen?

Thank you and regards,
Peter


*








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:09 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Update linked table

put your code in the fields afterupdate event instead of the forms
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
afterupdate

Pieter

"Peter Neumaier" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
news:1148297378.687438.128610@38g2000cwa.googlegro ups.com...
> Hi NG!
>
> I am trying to update a linked table through an access form.
>
> My form receives its data through a query (defined as "Record Source")
> and contains a textfield. The current status is, that after updating
> the textfield, my table gets only updated if I leave the form. I would
> like to update the linked table after leaving the textfield.
>
> What is the way to make that happen?
>
> Thank you and regards,
> Peter
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:09 AM
Peter Neumaier's Avatar Peter Neumaier
Guest
 
Posts: n/a
   
   
Re: Update linked table

there is no code, that is what I am asking for?

thx&regards

Pieter Wijnen wrote:
> put your code in the fields afterupdate event instead of the forms
> afterupdate
>
> Pieter
>
> "Peter Neumaier" wrote in message
> news:1148297378.687438.128610@38g2000cwa.googlegro ups.com...
> > Hi NG!
> >
> > I am trying to update a linked table through an access form.
> >
> > My form receives its data through a query (defined as "Record Source")
> > and contains a textfield. The current status is, that after updating
> > the textfield, my table gets only updated if I leave the form. I would
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
> > like to update the linked table after leaving the textfield.
> >
> > What is the way to make that happen?
> >
> > Thank you and regards,
> > Peter
> >


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:09 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Update linked table

If you use a macro, same thing applies (afterupdate or close)

HTH

Pieter


"Peter Neumaier" wrote in message
news:1148301936.714768.142620@y43g2000cwc.googlegr oups.com...
> there is no code, that is what I am asking for?
>
> thx&regards
>
> Pieter Wijnen wrote:
>> put your code in the fields afterupdate event instead of the forms
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
>> afterupdate
>>
>> Pieter
>>
>> "Peter Neumaier" wrote in message
>> news:1148297378.687438.128610@38g2000cwa.googlegro ups.com...
>> > Hi NG!
>> >
>> > I am trying to update a linked table through an access form.
>> >
>> > My form receives its data through a query (defined as "Record Source")
>> > and contains a textfield. The current status is, that after updating
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
>> > the textfield, my table gets only updated if I leave the form. I would
>> > like to update the linked table after leaving the textfield.
>> >
>> > What is the way to make that happen?
>> >
>> > Thank you and regards,
>> > Peter
>> >

>



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:09 AM
Peter Neumaier's Avatar Peter Neumaier
Guest
 
Posts: n/a
   
   
Re: Update linked table

how to update the table with the inserted data in the textfield, that's
all I need!?

regards
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
peter

Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:09 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Update linked table

In the AfterUpdate Event of the Control (Click builder icon .. /select Event
Procedure)

Private Sub Text1_AfterUpdate
On Error Resume Next
Me.Dirty = False
End Sub

"Peter Neumaier" wrote in message
news:1148303037.420380.91990@u72g2000cwu.googlegro ups.com...
> how to update the table with the inserted data in the textfield, that's
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
> all I need!?
>
> regards
> peter
>



Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:09 AM
Peter Neumaier's Avatar Peter Neumaier
Guest
 
Posts: n/a
   
   
Re: Update linked table

i got a date of format mm/dd/yy in the textfield your code screws up
the whole format ...

Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:09 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Update linked table

no, but access does if your regional settings differ from mm/dd/yy (Access
then displays the data according to these settings)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080

Pieter

"Peter Neumaier" wrote in message
news:1148304583.202725.299700@i39g2000cwa.googlegr oups.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080
>i got a date of format mm/dd/yy in the textfield your code screws up
> the whole format ...
>



Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:09 AM
Peter Neumaier's Avatar Peter Neumaier
Guest
 
Posts: n/a
   
   
Re: Update linked table

  Donate Today!  
sry, to avoid confusion, i probably didnt say it properly ....

access changes my date format to a time format?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10080

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 43 Views
sikhism need urgent advice.......
Today 05:29 AM
5 Replies, 69 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 112 Views
sikhism Who is "Mohan"?
Today 03:58 AM
20 Replies, 315 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,829 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 225 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,271 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 39 Views
sikhism How important is Matha...
By Ishna
Yesterday 19:05 PM
58 Replies, 1,025 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 62 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 42 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 45 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 408 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 46 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 06:44 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.44033 seconds with 30 queries