Search results

  1. P

    Database got corrupted - Please help

    Hi All Suddenly my database got corrupter. I am not able to open the database. The Access is getting open, but it does not show login form of my application. When I open the database, in the startup there is logon form. It will open and I use the F11 button to bring the database. I tried to...
  2. P

    Print a report columnwise

    Hi All I need some help in displaying the data in column. I have a table, which as a column "Position Type", the data stored in this column is "Contract" or "Perm". The data is stored in rows. Example : Log # Sales Rep Position Type ------ ------------...
  3. P

    Sending formatted form data in email

    Hi All This question may already been posted by someone, but I tried to search for right answer, but I never got one. So please help me. I have a form with one record, I need to email the data's in the form in a formatted way. Formatted means, for example All the column names on the left...
  4. P

    Outlook Contact Database

    Hi all There is any way to access the Outlook contact database from MS Access. I need to send a email to a group of person, I will create the group in the Outlook Contact Database and use it. Is it possible and how can I achieve this. Thanks
  5. P

    Dynamically Hyperlink a textbox

    Hi All I have text box and command button. When user hits the command button, it opens the dialog box, the user now select a word document file. Once the user selects the document file, I paste the same in the text box. Now I was the text box to be hyperlinked, so that when user clicks on the...
  6. P

    Referring a DLL function

    Hi All I have DLL to encrypt and decrypt the password. I registered the DLL in registry using regsvr32 EBServer.DLL Then in my program I declared a variable of type Object. Then created the instance of the EBServer object and stored in the vairable. Dim oPwd as Object Set oPwd =...
  7. P

    Get NT Userid

    Hi All How to get NT Userid and Password inside Access. Thanks
  8. P

    Disable Menu Item in Menu Bar

    Hi All How to disable a menu item in a Custom menu bar. Thanks
  9. P

    Creating Many-to-one Form

    Hi all Guys, you heard about ONE-TO-MANY form, I need to create a MANY-TO-ONE form. I need to have a tabular form (I mean Continous Form) on the top and Free form at the bottom. As the user scrolls the Tabular form (I mean Continous Form), the data in Free form must change. This I want to be in...
  10. P

    Positioning a value in the List Box

    I have a text box and below that I have a list box. I have populated the list box with data from contact table (last and first name) When user type some letter in the text box, I need to highlight the Contact name starting with that letter in the list box. This is something similar to the...
  11. P

    Using Windows Address Book

    Can somebody tell me, is it possible to use the Windows Address Book (which we use in Outlook,Word etc.,) in MS Access. In one of my application, there is a email facility. I want to give access to the email address in Windows address book. Thanks
  12. P

    Assign values to Variables

    Is it possible to assign values to variables dynamically. Ex: Dim txt1 as Variant, txt2 as Variant For i = 1 to 2 "txt" & i = i (****) next (****) I get the following error in this line "Expected: Line number or label or statement or end of statement" Can somebody give me a solution. Thanks
  13. P

    Populating a Report

    I have report which is not connected to any table or query. The data's must be populated dynamically from a table. For example, on the load or open event a script will be executed to populate the report fields. Is it possible, I try but I get an error. If not, how to populate the report fields...
  14. P

    Display a message

    I have a form with one button. When user hits the button, I am populating a table with some data's. I want to display a message at the bottom of the form about the status of the processing. The processing is happening in "For...Loop" For ex: On opening the form the message will be "Ready..."...
  15. P

    Disable a command button in Tabular Form

    Can somebody help me with a solution. I have tabular form (Continous Form) with more than 10 columns, in that one of the column is a check box. I have command button below the check box. Whenever user clicks the check box the command button must be enabled and disabled. In my case when I click...
  16. P

    Retrieve value from Combo box

    Can somebody help me with this. I have a combo box in a form and it has 2 columns (cust_id and customer_name). The combo box will display only the customer name. The 2 columns are not bound to any column in the form. When user selects a value from the combo box, I need to populated a temporary...
Back
Top Bottom