True X, Y coordinates with a continuous form.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to generate the X, Y coordinates within a continuous
form embedded in a subform control on a Main form. I am looking for the
coordinates from the edges of the Main form. Can I do this in Acess or do I
need to go the API route?

Thanks.
 
I would like to be able to generate the X, Y coordinates within a continuous
form embedded in a subform control on a Main form. I am looking for the
coordinates from the edges of the Main form. Can I do this in Acess or do I
need to go the API route?

Thanks.

me.CurrentSectionTop gives you the top from the selected section of
the form

CurrentsectionLeft the same for the left side

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top