Search results

  1. S

    Question Message box when a certain user logs on

    Hi all, Just a question which i hope you can help me with. If i create a Table "tblMessage" with the following fields "Username" and Message". Within the above table there is a message for username() "smithj" how would i get the contents of that message stored in the above table to be shown on a...
  2. S

    Question Sequential Numbers

    Hello all, I have a problem that i would be grateful for some help with. I have a form which is called frmMasterNum which has 3 Textboxes called txtFrom, txtTo and txtTotal. What i am looking to do is if i put "10010" in txtFrom and put "10015" in txtTo when i press a button the above numbers...
  3. S

    Question ComboBox on Subform Problem

    Hello, I was wondering if someone could take a look at my problem as i as struggling to come up with a solution. Is it possible to restricted the possible options available in a Combobox dependant on the value shown in a TextBox? Eg: A form called "frmmaster" has a Textbox called txt01, there...
  4. S

    Question If Statement

    Hello, I have an issue with a If statement that i have wrote, it is looking at the system time which i have set using the correct format but i get the feeling i have other looked something very simple. I would be gratfull if someone could have a look and feedback any suggestions. If Me.txtTime...
  5. S

    Select all in Combo box

    Hi, i have looked on the forum for this and i am slightly confused as it look like either you need to add a module to preform this action or a Union Select Query?? and i am not sure if i am looking at the correct Posts. What i am trying to do is on a form with a Record source called...
  6. S

    IIf statement with multiple conditions

    Hi, I have had a look at other posts on which i have attempted to create a IIf statement in a Query but it will not run. It shows a error message saying about the bracketing or a syntex error. I would be grateful if someone could please have a look at it and lend some knowledge to me as i am a...
  7. S

    Question DLookUp????

    DLookUp???? (Someone please help!!!!!!!) Hi, My problem is that i have a form which is used to book dates against a employee. I have a SubForm placed on the form that shows all dates currently booked against that employee, which automatically populates when the EmployeeID is entered into the...
  8. S

    Question Delete Duplicates in table when two or more fields are the same

    Hello, I have looked and looked at all the delete statements on the forum but i am not getting anywhere fast. I have a table called "tblMaster" With the following fields that i want to search by IDNo DateRequired DateBooked In short i want to search the table and delete all duplicates where...
  9. S

    Question Create a custom "Error message box"

    Hello all, I am new to Access but with that i side i want to learn. I have created a Database that collates defects. The Primary key is called "DefectID" which takes its number from a defect form that is never repeated. Unfortunately ever so often a person will try and input the same defect...
  10. S

    Question Report Question Regarding DateDiff

    Hi i have a Textbox called DateTimeGiven which CONCATENATION the Date and TIME: =[DateDefectGivenToEngineer] & " " & [TimeDefectGivenToEngineer] and another one that does the same: DateTimeReported: =[DateReportedToRepairServices] & " " & [TimeReportedToRepairServices]. I am trying to find the...
  11. S

    Question Query to show only records for upto the last seven days starting from the Sunday

    Hello, I have a table of records which i need to filter via a query to show all data for up to 7 days from the day the query is ran. This in its self is simple using a Date()-7 function but i only want to show records that start from the Sunday within the date parameters. For example if i ran...
  12. S

    Question This is a question and a half!!!!!!!!!!

    Hi, i have posted this question twice with 38 views and 0 replys so please have a look as i really need help but if you cant help than thanks for looking anyway. Original Question I have a reports menu were i can select which report i want and press either preview or Print. The problem is i am...
  13. S

    Question Reports Menu

    Report Problem. Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Hi, I have a reports menu were i can select which report i want and press either preview or Print. The problem is i am trying to creat a button and command that will send the selected report via email (Send Object) I have attached the...
  14. S

    Question Combo Box Question

    Hello i have three combo boxs on a form which are linked to a querie. I am trying to find a way that if i do not select anything from the dropdown menu in the third combo box it will by-passes the Critiria and show all of the information unfiltered. Any Help!!!!
  15. S

    Question Search Querie using three Combo Box's

    Hi all, I have a querie that pulls together two tables, i need to filter the querie using what is selected by using three perameters in Combo box's. I understand this is simular to a cascading querie but its not one as the value's of the combo boxs does not alter in anyway after the previous one...
  16. S

    Update a field on a table

    Hello all, I am sure what i am asking is very simple but as i am a mear starter in the world of Access your patients and wisdome is required. I have a table called "Master" with multiple fields but this question revolves around just two of them. I have a field called "Vendor" and a field...
  17. S

    Question Change Combo Box when value entered on a Testbox

    I all, I have a Textbox called "Cost" with is set at currency format and a Combo box called "Status" which has two options "Open" and "Closed", (Default value of "Open"). What i am trying to do is when the cost is changed to anything greater then £0.00 the Combo box changes it's value to...
  18. S

    Question Query Problem

    Hello i need your help, I am using a sort string to show only the month of a date "Month: Month([ArrivalDate])" It returns a number as a month eg April reads as 4. I need it to return the month as it is shown on the table. The format of the Date is dd-mmmm-yy. Any help would be great
  19. S

    Report/Querie question

    Hello all, Just a quick question, If the date of an entry is stored on the table as Long Format (dd/mm/yy hh/nn) but if i run a report i want all of the entries to be grouped per month? Also i want the grouped entries to have a header that is labeled as the month name. Any help would be great...
  20. S

    Enable Buttons Depending on AccessID

    Hello, I have created a Database and are assigning Users to it, the easiest way i see to do this is set them a AccessID (Admin = ID1, User =ID2, Temp =ID3, Guest = ID4) I have 4 buttons and depending on what ID the user has will bepend on whether they can press the buttton as it will not be...
Top Bottom