Hello I have a table called 'staff' and another name 'course'
Under 'staff' table is:
StaffID
FirstName
Lastname
Under 'Course' is:
CourseID
StaffID
CourseName
My questions is when I do a query under SQL, how do I show the staff's FirstName and Lastname instead of showing the StaffID.
I...
This is hard to explain, but I'll give it a try. I have this problem that I have been trying to solve, but it just seem impossible for me to do. My problem is when I have one field on the report, the report only allows me to use one column and then continues on the next page. What I want to...
Actually, I figured out how to do it... :) Well what I wanted to do is to count the number of a Specific title, from training from text. And within the Employee Contact Information, I needed to find who is in the title and stuff. Then with all these, I had to put it into a report. Well...
Or is there in possibility to bound two queries into one report instead of one query. If it's possible, then I don't need two create two tables into one query.
I Hate Spammers and Flammers!!!
Hi, I tried doingthis code but it doesn't let me because of syntax error. How can I make this work, cuz I want to use two tables into one query so that I can use it in the reports.
SELECT A.FirstName, A.LastName, Count(A.Classes) AS CountOfClasses, First(A.Title2) AS FirstOfTitle2
FROM Training...
You will need to create a form that will have a combo box with a button that will open up the query. The combo box is will filter the the things you will need to look up. You don't put the statement in the sort field, but you put it in the criteria field.
I Hate Spammers and Flammers!!!
I'm not sure if this is what you mean, here is the thread that might have the answer you're looking for.
thread701-832485
I Hate Spammers and Flammers!!!
I have a query I have fields: ID, Name, and Track. What I wan to do is capture all of the information, except for the duplicates. What I mean is that if I have two ID's called 4, I want one of the 4 to show up, but the other 4 doesn't.
This query will be coming out from a table called...
Hi, I've been trying to find ways to make my database small in size and have less queries to be created, but the only way I can make this work will make the database bigger, and more queries, which will cause a mess..
What I want to do is I have a table called "tblTraining” and inside the...
Select Left ( Format ( [MyNumbers], "0000000000" ), 4 ) As [ID],
Mid ( Format ( [MyNumbers], "0000000000" ), 5, 3 ) As [CustID],
Right( Format ( [MyNumbers], "0000000000" ), 3 ) As [TimID]
I Hate Spammers and Flammers!!!
I tried using this code within the SQL View, but when I try to run it, it gives me a message saying "The SELECT statement includes a reserved word or an argument that is misspelled or missing, or the punctuation is incorrect. I converted these numbers into a text.
I Hate Spammers and Flammers!!!
I have a column with 10 digit numbers (1234567890) w/o any spaces in between in my table called "NUM". And in my Query, I want to split these 10 into 3 parts
4-3-3(1234-567-890). Thanks!! I want the first part to be in a field called "ID", second part in a field called "CusID", and third...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.