help with continues form

qupe

Registered User.
Local time
Today, 05:03
Joined
Feb 15, 2016
Messages
51
hi

first,i have table contain three filed 1-name 2-url 3-date
i am making continues form but i have web browser activex object but it do not show the url unless i activate the record ( clicking on the record ) ,how to make all record show it url simultaneously.

second, in this continues form i have a button , i want if i press it to move record from this table to another has the same fields and delete it from the old one .


thanks after all and i appreciate any help ( i mean writing the code ):banghead:
 
What version of Access are you using? What is the field Type of the URL field?
 
i am using access 2013, and the url filed type is short text
 
I'm a bit confused by this: "web browser activex object". Is this in a browser of on an MS Access Continuous Form?
 
yes , find it in Activex control then you choose Microsoft web browser
 
you find it in the form property default view you can choose either single or Continuous or split .:banghead:
 
You have a Web Browser as one of the fields in your Continuous Form? I'm sorry but I'm still trying to understand your form. Maybe a screen shot of the form would be helpful.
 
I don't think you can have active x objects on a continuous form that will work per record, effectively they are unbound?
 
this is a screen shot
da38IEd.jpg


I don't think you can have active x objects on a continuous form that will work per record, effectively they are unbound?


so what is the sloution for this
 
There isn't one as far as I know.
Even if it did work or could be made to, I suspect it would scroll about as smoothly as pushbike with triangular wheels.

Why not make you list more like a list, and display a larger picture to the right in a sub form for the selected record?
 
Thanks for the screen shot. I like Minty's suggestion.
 

Users who are viewing this thread

Back
Top Bottom