Hi Folks,
I have a knowledge and logic test for a job soon, which I've never done before, and was wondering does anyone know if there is a site with example questions? The test is in C++, but I thought someone might know of a place that hosts many types? That's even if there are such a thing...
Hi Folks,
I have a quick question...probably with my logic. I have 20,000 records in a query. I know that some of the records are duplicates because I have the names, for example, FirstName:"Fred", LastName:"Flintstone" and then another record with FirstName:"Flintstone" , LastName:"Fred". I...
Hi Folks,
I have a search option on my form that allows the user to search a table by either first name or last name. They double click in the list box on the name they want. I am using the exact same code in another one but it doesn't seem to work. The error message I get is " The Microsoft...
Hi folks,
I have a table with the words "Church of (whatever)" in one of the records. I am attempting to do an update query to remove the "Church of" part but leave the remaining part of the string. I am using a combination of Format and left but am not having any look. Any suggestion are...
Hi folks,
I have a table and I want most of the fields available to others. I also want the other users to be able to add fields to the table (not the master but theirs). Here's an example to explain it better:
MasterTable contains the following fields:
Name,Address,Phone,Training,Checks.
I...
Hi folks,
Quick question....I have 2 combo boxes on my form (along with check boxes, text boxes etc). When I click on add new rec at nagivation controls and enter details, all the data is updated in the tables except for the combo fields?
Should I be doing something else to update these fields...
Hi Folks,
I know this has been covered here before...but I just can't figure it out! I added a new text box to a form, (which is driven from a button) and I now get the "Enter Parameter Values" message??
I have entered the following code behind the button
DoCmd.SetWarnings False
DoCmd.OpenForm...
Hi Folks,
I have been trying to create a search list on a form. I used the example on this forum but still can't get it to work.
I have a text box to accept input.
I have a list box to display info.
I have the following code in the onchange event of the text box:
_________________
Private Sub...
Hi Folks,
I am having a problem. I have 3 tables linked by User ID. I have made a form using the wizard (it only allowed two tables so I made the third one a sub). I can view all the details on this form using the nagivation control. My question is this: Can I add new records using this...