Search results

  1. F

    Question about Radio button and Timestamp

    Hey Guys. I am almost done with my form. But 2 things missing. I am not new but dont know anything about VBA procedures. My form will have a button(Send) with three radio buttons(radio1, radio2, radio3). When a user who is filling the form will click on any one of the radio buttons and then...
  2. F

    Primary key cannot take NuLL Value

    hey guys. i have a field by the name of ISSUE. i am using this afterupdate event procedure which is as follow: Private Sub ISSUE_AfterUpdate() If Not IsNull(ISSUE) Then ISSUE = Format(ISSUE, "000000") End If End Sub if a user enter like (23) in my ISSUE field my procedure will run and it will...
  3. F

    Switchboard not working

    hi. something wierd happen today. i completed my database and was trying to build a switchmanager i went to tools>database utilities>Switchmanager. i created the switchmanager and set it default. when i close my database and try to open it again the switchboard manager should pop up but for...
  4. F

    Vb Procedure Help

    Hi guys. i guess i am half way through. just like final step left still trying to figure it out how to create a VB procedure. anyways this is my theory and this is how much i have achieved. my God i have searched i guess every forum trying to get an answer it should'nt be that hard. I have a...
  5. F

    viewing and printing reports in excel

    i posted this in (General) since my issue is for report. i will find a way to delete the post in (General). Anyways hi. i am working first time with query and reports. i have created a database. i have reports and query. i have a button in my form by the name of (View reports) if a user clicks...
  6. F

    Printing Reports in Excel

    hi. i am working first time with query and reports. i have created a database. i have reports and query. i have a button in my form by the name of (View reports) if a user clicks on that button it opens another form with 3 options 1) Problems all report 2) problems resolved 3) Problems not...
  7. F

    Hyperlink Not Working

    I have a form with a Command button. i have a text box also which is bound to my Button. i have created a standard module and created an onclick event for my button which is something like this ( if a user clicks on the button it will give an option to user to add a file. The Path of that file...
  8. F

    adding an attachment and view a file in a form

    hi all. i am creating a form by the name of ISSUES. i will have a field by the name of ISSUE# where user will be able to type the issue#. i was wondering if it is possible for the user to add an attachment of the issue file. in other ways to make it easier i am asking if it is possible to...
  9. F

    AfterUpdate Event Help needed

    Hi. i am very thankful for all your help in my other queries for my database. i have one last question and i guess i will be done after that. i have a form which have 3 fields one is Number and the other is group and the next one is Account. all of them are combo boxes. I am trying to add this...
  10. F

    sql command or condition

    hi i was wondering if anyone can tell me a condition or a command in which a user will be able to enter only 6 digit number. like 123456. if he tries to enter 234 the database should not accept. is this possible also? any help would be great. Thanks
  11. F

    Making changing in the database

    Hi. i was wondering if there is any SQL command or a condition to have a six digit consistent number and a name of the group. like if a user is entering a record in the database in the control in change# field he can only enter 6 number and his name not less than 6 number. if anyone can help me...
Back
Top Bottom