No announcements
Found 3038026 threads
-
0 Votes
Hyperlink to another record in access
Any suggestions?Answered | 14 Replies | 5401 Views | Created by taking - Thursday, December 9, 2010 7:50 PM | Last reply by -suzyQ - Monday, December 13, 2010 9:32 PM -
0 Votes
code to click on dynamic hyperlink
You can use the HtmlCell.GetChildren() to get the child hyperlink of the cell.Answered | 1 Replies | 4307 Views | Created by LearnVSTest - Wednesday, November 3, 2010 3:03 PM | Last reply by Mathew Aniyan MSFT - Tuesday, November 9, 2010 11:25 AM -
0 Votes
Is there any other way for EXCEPT for larger records
I suspect ALL of the methods suggesed will perform poorly because of the lack of an index and the data volume - you will be doing table scans over a huge number of rows and there is no ...Answered | 8 Replies | 1126 Views | Created by EstoySol - Monday, December 19, 2016 6:16 AM | Last reply by Albert_ Zhang - Tuesday, December 20, 2016 3:01 AM -
1 Votes
Is it possible to email a hyperlink so that someone can click on it, the database be opened, and they are then taken directly into the relevant record?
See: http://thesmileycoder.com/access-email-with-hyperlink-to-record/ Daniel ...Answered | 1 Replies | 239 Views | Created by NaPazz - Tuesday, March 14, 2017 12:13 PM | Last reply by Daniel Pineault (MVP) - Tuesday, March 14, 2017 12:38 PM -
0 Votes
How to write event for session expire on click on a hyperlink,is there any other way to do this?
Hi, I am stuck .I am going to write a code for session expire when a click happen on a hyperlink,please give a codeAnswered | 1 Replies | 3784 Views | Created by Sharique Ali - Thursday, October 15, 2009 6:23 AM | Last reply by Khanna Gaurav - Thursday, October 15, 2009 8:55 AM -
0 Votes
Any way to record the number of clicks for hyperlinks?
The tickets are recorded into their own database with a seperate application.Answered | 2 Replies | 59 Views | Created by Anonymous - Tuesday, July 9, 2013 3:26 PM | Last reply by Anonymous - Tuesday, July 9, 2013 3:49 PM -
0 Votes
Allow mouse click in Visio presentation to only hyperlinks
Right-click anywhere in the window, and then click Previous Page, Next Page, or point to Go To and click a specific page name.Answered | 1 Replies | 2342 Views | Created by NPatel1 - Tuesday, May 10, 2016 3:06 PM | Last reply by Winnie Liang - Wednesday, May 11, 2016 12:03 PM -
0 Votes
Close InfoPath Form When Hyperlink is Clicked
Hi Seif, I am wondering whether you want to close the form and redirect to a new page when you click a hyperlink.Answered | 3 Replies | 1972 Views | Created by Seif Orabi - Thursday, May 14, 2015 7:43 AM | Last reply by Wendy DZ - Wednesday, May 20, 2015 9:53 AM -
1 Votes
Is there any way to get unique numbers for a label?
Here's one way using nested For loops.Answered | 11 Replies | 557 Views | Created by karodhill - Thursday, March 19, 2015 5:41 PM | Last reply by Solitaire - Thursday, March 19, 2015 6:46 PM -
0 Votes
Sign Up with button or hyperlink click
Hi ste854, According to your description, you might want to update the look up field to current logged in user for each item when clicking a button or a hyperlink ...Answered | 1 Replies | 773 Views | Created by enochisg - Tuesday, October 13, 2015 8:19 PM | Last reply by Jerry Zy - Thursday, October 15, 2015 8:51 AM -
0 Votes
automatic hyperlink
I need click on the number 40148(hyperlink) and it jumps to page 2 and finds the cell A3.Answered | 1 Replies | 665 Views | Created by PRUSSIA DANZIG - Tuesday, March 4, 2014 2:32 AM | Last reply by Andreas Killer - Tuesday, March 4, 2014 5:11 PM -
1 Votes
DataGridview Hyperlink click show another form
I agree with Cor that the use of hyperlink is usually associated with web pages.Answered | 4 Replies | 12083 Views | Created by Phani25485 - Monday, June 20, 2011 1:14 AM | Last reply by Him Bhavsar - Saturday, February 8, 2020 10:44 AM -
0 Votes
Is there any way for a variable name to start with a number?
VS needs to know if the string is a literal number or a variable etc so if its start with a number then it assumes it is a number.Answered | 4 Replies | 871 Views | Created by sqlguy - Friday, November 6, 2020 10:19 PM | Last reply by sqlguy - Saturday, November 7, 2020 2:23 PM -
0 Votes
Is there a limit to the number of hyperlinks a sheet can contain?
There is a limit of 66,530 hyperlinks per worksheet.Answered | 9 Replies | 14066 Views | Created by Ou8 - Tuesday, February 21, 2012 10:39 PM | Last reply by ov3rcl0ck - Wednesday, June 17, 2020 10:59 PM -
0 Votes
Is there any way to determine the number of arrays that a "Split" creates?
To get the length you use .Length property: string text = "Hello,world,i'm,good"; int length = text.Split(',').Length; Note that length is 4 not 3. 4 is ...Answered | 3 Replies | 809 Views | Created by PSULionRP - Thursday, December 5, 2013 11:57 PM | Last reply by Dzunisani - Friday, December 6, 2013 6:04 AM -
0 Votes
Maximum number of Records
@Lakshmi That's a slow and inefficient way to do it.Answered | 9 Replies | 1976 Views | Created by mikelvfp - Friday, October 12, 2012 4:34 AM | Last reply by mikelvfp - Friday, October 12, 2012 5:16 PM -
0 Votes
Count number of records in a dataset
Returns the number of tables in the dataset 2.returns the number of rows in datatable 1 3.returns the number of columns in datatable ...Answered | 4 Replies | 82161 Views | Created by mreed72 - Friday, August 14, 2009 6:00 PM | Last reply by Twilight7 - Saturday, August 15, 2009 9:08 PM -
8 Votes
page number & records number
The OVER (...) part specifies the order that I want my records counted.Answered | 26 Replies | 74352 Views | Created by wls1973 - Tuesday, June 20, 2006 9:46 AM | Last reply by misscrf88 - Tuesday, March 20, 2018 12:55 PM -
0 Votes
Show number of records and also percentage
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as ...Answered | 3 Replies | 443 Views | Created by syahid noor - Friday, May 25, 2018 6:14 AM | Last reply by Edward8520 - Wednesday, May 30, 2018 1:49 PM -
1 Votes
Handle hyperlink click in outlook mail item and redirect it to my add-in
Hello GreenKiwi00, The Outlook object model doesn't provide any event for intercepting hyperlinks clicks.Answered | 2 Replies | 975 Views | Created by GreenKiwi00 - Wednesday, March 5, 2014 6:26 PM | Last reply by GreenKiwi00 - Wednesday, March 12, 2014 5:12 PM - Items 1 to 20 of 3038026 Next ›
No announcements