Viewing 15 posts - 1 through 15 (of 22 total)
Yes this was homework.....
When tried to solve problem I determined the relationship between Employee and Benefits is many to many but I cant determine the bridge class. I mean what...
March 18, 2015 at 1:10 am
well its working right now. there is no problems with the database.
January 11, 2013 at 8:22 am
I found the solution yesterday. thank you for your help. here is the query
SELECT [Austin Police Department].Name, [Austin Police Department].Location, [Austin Police Department].[Phone Number], [Austin Police Department].District, [Austin Police Department].[Position...
January 11, 2013 at 7:43 am
The list box is retrieving the data from the query. Right now the list box shows every district(1,2,3,4). I want the list box to show district 1 only. In other...
January 10, 2013 at 8:17 am
BUT I dont want district 2,3,4 to show up in list box before I search. When I search it only shows district 1.
January 9, 2013 at 2:18 pm
thank you very much. It works now.
I tried to use something simlar to that.
November 30, 2012 at 3:20 pm
SELECT DMax("[AssetNumber]","Waste Hauler Number","+1") AS Expr1 FROM [Waste Hauler Number];
I am getting two 4001. What I am doing incorrectly? I have 4000 and 4001
November 30, 2012 at 2:52 pm
I made myself confused and you. I need more coffee. I thought you were referrring to another field.
Right now my problem is how do I validate against another table? How...
November 30, 2012 at 1:43 pm
Basically what I am doing is I am parsing 0000-V/C 0000-AT-YR and then putting each section into its field in a table. I need to know how I can determine...
November 30, 2012 at 1:22 pm
Actually my autonumber starts at 1000. You are right. How do I automatically assign random numbers for a 4 or 5 digit number? How do I determine if I have...
November 30, 2012 at 1:13 pm
how would you identify if I have used that number?
How would you tell the field in the form to populate the numbers you haven't used?
I would like to this in...
November 30, 2012 at 12:42 pm
This is the solution.
Private Sub Command45_Click()
Dim db As DAO.Database
Dim rst As DAO.Recordset
Dim varTextData As String
Dim varTextData2 As String
Dim varTextData3 As String
Dim varTextData4 As String
Dim varTextData5 As String
Dim varTextData6 As String
Dim...
November 30, 2012 at 11:57 am
How do I increment the primery key automatically?
I know how do this. I need to change Primery Key in the table to autonumber.
November 30, 2012 at 11:14 am
thank you very much.
I think the problem is related to BoundColumn Property
http://office.microsoft.com/en-us/access-help/boundcolumn-property-HA001232723.aspx
let me see what I can do
November 29, 2012 at 4:19 pm
Viewing 15 posts - 1 through 15 (of 22 total)