12 minutes ago: Please note that the webserver will soon get its weekly reboot at 4:00 am Eastern Time. You may continue to use the site as normal, but you will be logged off at that time. You should be able to log right back on immediately, however. If you are in the process of placing an order, please make sure to complete it as quickly as possible, or come back after the reboot. Thank you. Sorry for any inconvenience.  Dismiss
 
Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Templates   Seminars   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Home > TechHelp > Directory > Access > Images < Not Updateable | Table-Level Validation >
Back to Images    Comments List
Upload Images   @Reply   Bookmark    Link   Email  
change location picture
Ludwig Willems 
      
17 months ago
According to Richard, the place where the photos are kept should be the same for everyone. Ultimately everything will be on the server, but to work on it, this will be done at home. At home on the PC itself it is "C" but at work on the server it is "M". Is it not possible to create a text field on the form where you have the choice of C or M and that this is read in and added to your path as a read-in from where the photos should be taken. When you come to work, you simply change the path to M. If you work at home, you change to "C". is this possible??
Adam Schwanz  @Reply  
            
17 months ago
You could make a button like this.
    Dim X
    Dim RS As Recordset
    Set RS = CurrentDb.OpenRecordset("Select * From Table1")
    
    While Not RS.EOF
    RS.Edit
    X = Right(RS!TextF, Len(RS!TextF) - 1)
    X = "M" & X
    RS!TextF = X
    RS.Update
    RS.MoveNext
    Wend
    
    RS.Close
    Set RS = Nothing


That would go through and change all the links to M, then you could copy/paste the button and change the M to C to do it the otherway

Now if people at work are going to be using the database while you're at home using it, we'd have to do it a different way.
Ludwig Willems OP  @Reply  
      
17 months ago
Hi Adam, great, I'm going to test this out. If I have worked on it at home, I still have to transfer the file to the server, so this should work. Thanks :)

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Images.
 

 
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2025 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 7/20/2025 3:42:16 AM. PLT: 1s