No announcements
Found 3086098 threads
-
0 Votes
Adding employee id to the existing name column
Hi Badri, While creating a “People or Group” column, it will fetch all the fields from the user information list for look up of the user field.Answered | 1 Replies | 2770 Views | Created by Badrinarayana - Wednesday, October 26, 2016 4:30 AM | Last reply by Linda ZL - Thursday, October 27, 2016 3:39 AM -
0 Votes
"Employee ID" field to be displayed as 3 digit format ?
I have one database field Employee ID which has data like 1, 2, 3, 4,.....10,11,...100(max) I need to display the above data in 3 ...Answered | 2 Replies | 4928 Views | Created by UltraDev - Monday, January 10, 2011 9:13 PM | Last reply by UltraDev - Tuesday, January 11, 2011 3:12 PM -
1 Votes
Employee name as login name
It would be up to you to synchronize the data between the Employees and the registered users for the application.Answered | 3 Replies | 2158 Views | Created by Faizal Shaji - Codemills - Monday, August 22, 2011 11:04 AM | Last reply by Yann Duran - Tuesday, August 23, 2011 12:07 PM -
0 Votes
Access 2013, web app, how to display Name of the employee in combo box, but to save person's ID in table in back-end?
> I have tried that many times but I always end up with saving Name of employee instead of E_ID and that is the main issue.Answered | 4 Replies | 517 Views | Created by adi2012_bih - Wednesday, December 9, 2015 3:46 PM | Last reply by Edward8520 - Thursday, December 10, 2015 8:49 AM -
2 Votes
Stored Procedure to assign employee id
> I've been given my first task to create a stored procedure that creates a unique id number of an employee.Answered | 10 Replies | 3801 Views | Created by MarkF67 - Wednesday, April 10, 2013 6:59 PM | Last reply by MarkF67 - Thursday, April 11, 2013 2:52 PM -
0 Votes
ordering self referencing employee dim by employee name
I wasnt able to remove a SORT choice from mgr key but apparently it is ignored.Answered | 8 Replies | 5448 Views | Created by db042188 - Thursday, October 14, 2010 2:17 PM | Last reply by db042188 - Thursday, October 21, 2010 1:50 PM -
0 Votes
Display names from IDs to employee tabels
I have a project database, where i have 3 employees. 1 customer, 1 project manager and 1 project attendee.Answered | 1 Replies | 167 Views | Created by Anonymous - Wednesday, March 17, 2021 9:24 PM | Last reply by Anonymous - Thursday, March 18, 2021 12:03 AM -
1 Votes
get the superiors name for employees
If they were sets, the name would be collective and plural nouns.Answered | 4 Replies | 4194 Views | Created by Sasha M. _ - Thursday, January 20, 2011 2:11 PM | Last reply by --CELKO-- - Thursday, January 20, 2011 6:08 PM -
0 Votes
Tabel from text files
Try the following: public Form1() { InitializeComponent(); dt.Columns.Add(new DataColumn("First Name")); dt.Columns.Add(new ...Answered | 3 Replies | 1387 Views | Created by philip_95 - Monday, July 15, 2013 10:05 AM | Last reply by Wizend - Monday, July 15, 2013 1:43 PM -
0 Votes
List employee name, manager name, and employee rank.
Question 1: Employee Table RecId int identity primary key Name varchar(50) not ...Answered | 1 Replies | 3201 Views | Created by Sam Vishwas - Thursday, May 10, 2012 12:29 AM | Last reply by Hunchback - Thursday, May 10, 2012 12:38 AM -
0 Votes
Updating the ID Column display name
I think the issue is that there is a risk that a third party solution may assume that the display name doesn't change for the ID field so unknown issues may ...Answered | 4 Replies | 1974 Views | Created by Timothy P Hackett - Thursday, June 30, 2016 2:01 AM | Last reply by Mike Smith MCT MVP - Monday, July 4, 2016 4:05 PM -
1 Votes
Display name for Site Id in auditing reports
The site display name is not stored with the audit data.Answered | 2 Replies | 1813 Views | Created by Hyde_311 - Wednesday, April 3, 2013 6:09 PM | Last reply by Hyde_311 - Thursday, April 4, 2013 6:22 PM -
0 Votes
Displaying ID column instead of Name Column
If you want to display RegionName and ProductName then you have to have columns for them in the OrderDetail table in the DataSet (not in the database).Answered | 6 Replies | 2832 Views | Created by Peter Freeman1 - Friday, October 14, 2011 4:01 PM | Last reply by Mike Feng - Thursday, October 20, 2011 2:52 AM -
0 Votes
DIsplay employees Lync status
We have an intranet page and would like to display the employees' lync status like the SharePoint page (A green dot to indicate the that person is available.)Answered | 1 Replies | 2261 Views | Created by paul yung - Monday, May 6, 2013 10:45 PM | Last reply by ShelbyZ - Tuesday, May 7, 2013 12:21 PM -
3 Votes
How to Replace ManagerID with Employee Name
Name FROM dbo.Answered | 5 Replies | 4572 Views | Created by Chaitanya Patil - Tuesday, May 18, 2010 6:31 AM | Last reply by Sorna Kumar Muthuraj - Tuesday, May 18, 2010 7:26 AM -
1 Votes
How to handle the Name attribute in an Employee model
Hi Nazanin, Thanks for your answer above, makes sense, I've just not been able to find where in MD to change the display name attribute of ...Answered | 5 Replies | 1420 Views | Created by Romano Plescia - Tuesday, February 23, 2016 2:30 PM | Last reply by Vincent Chen (X) - Wednesday, March 23, 2016 7:09 PM -
0 Votes
Bind a tabel with a ToolStripComboBox
Hi, I wont to use a ToolStripComboBox from a ContexmenuStrip, to bind with a tabel from the database.Answered | 3 Replies | 2330 Views | Created by freddiebunt - Sunday, December 18, 2011 6:33 PM | Last reply by Jo Swa(K.P.Elayaraja)-MCP - Monday, December 19, 2011 1:35 AM -
3 Votes
Copy emplyee ID into employee number
-ResultSetSize $null http://technet.microsoft.com/en-us/library/ee617241.aspx -server, used to specify the DC ...Answered | 6 Replies | 7971 Views | Created by Naviin Rao - Wednesday, June 4, 2014 9:54 AM | Last reply by jrv - Thursday, June 26, 2014 8:43 AM -
1 Votes
Employee Name, Department, Image with details
If your ASP.NET application uses MVC, then you want to create a partial view that presents the Employee Name, Department, Image (which would be ...Answered | 1 Replies | 1868 Views | Created by maddyboss - Thursday, March 13, 2014 2:14 PM | Last reply by Alberto Poblacion - Thursday, March 13, 2014 7:46 PM -
0 Votes
Split employee name to first and last
Kindly use the expression for first Name: =Left(Fields!Answered | 2 Replies | 7145 Views | Created by ngs5 - Wednesday, March 7, 2012 6:39 AM | Last reply by Eswararao C - Wednesday, March 7, 2012 9:34 AM - Items 1 to 20 of 3086098 Next ›
No announcements