Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mbaddar
  • Content: Threads
  • Order by date
  1. mbaddar

    Problem with HP 4050N Printer Settings

    Hi, I have an HP Laserjet 4050N printer. Someone in our office here had temporarily changed the printer settings on her pc so that the printer would print on A4 paper (under the advanced printer properties settings). The settings on her pc have been changed back to Letter paper but the printer...
  2. mbaddar

    Can you use VB6 with Access 2000?

    Hi, This might be a silly question but does anyone if you can use VB6 with Access 2000. Or, does Access 2000 only accept VBA? Thanks for any help. MBaddar
  3. mbaddar

    Onchange Event

    Hi, I'm trying to write an onchange event for a select, dropdown box ("SelState"). When a particular state is chosen (there are six diff states in dropdown), I want to populate a second select, dropdown box ("Products") with different values. I'm not sure how to populate...
  4. mbaddar

    Dropdown question

    Hi, I'm pretty rusty on my javascript (actually all web languages) and I'm trying to figure out if something I need to do can be done in javascript or asp. Basically, I have one dropdown with ten different states. I have another dropdown on the same page. The second dropdown should be...
  5. mbaddar

    Debugging Possible with Windows XP Home?

    Hi, Does anyone know if it's possible to setup Interdev 6.0 to work in degug mode on a Windows XP Home Edition pc? If so, could I use PWS or would I need IIS? Thanks very much, Maddar
  6. mbaddar

    Value selected from combo box not displaying

    Hi, I have a problem with a combo box on my form. When I select a value from the dropdown it is not displayed. Instead, I end up with a blank line on the top line of the combo box. Does anyone have any idea on this? Thanks, Mbaddar
  7. mbaddar

    Help with date/time field

    Hi, I am importing data from a text file into an Access application. One of the fields being imported shows the date and time of a user application submission. This field is coming in in this format: 10/21/2002-21:48. I would like to convert the time portion of this field into non-military time...
  8. mbaddar

    Runtime error 3075(missing operator)

    Hi, I've written a sql insert statement that is causing me a lot of problems. I keep getting a runtime error 3075, missing operator when I run the sql statement below. The message specifies the OrderNotes field. This is the message I'm getting: Runtime error 3075(missing operator) in query...
  9. mbaddar

    Problem with sysdate

    Hi, Can anyone help with this? I'm trying to use the sysdate function in Access 2000. I keep getting a "Project or Library Not Found" error when I try to run the code. Does anyone know what could be causing this? Thanks for any help. Mbaddar
  10. mbaddar

    Calculating date based on user-inputted date

    Hi, Can anyone point me in the right direction here? I have a date field in my table that I'm looking at. I want to take this date and find the first Friday following this date (I need to calculate this date for a report). Any ideas on what would be an easy way to calculate this "first...
  11. mbaddar

    Calculating Date based on user inputted date

    Hi, Can anyone point me in the right direction? I'm looking at a "First Session Scheduled Date" field in my table. I want to take this date and get the date of the first Friday after this date. I looked at the VB Date functions and I didn't see anything that would make it very easy...
  12. mbaddar

    Data not being sent with form and one other problem

    Hi, I'm having two problems with my form. The first problem is that the data from the form is not being submitted with the email. The second problem is that right after the submit button on the form is pressed an email window (either outlook or aol mail) pops up and a user has to click the send...
  13. mbaddar

    Subform not growing

    Hi, I have a problem with my subform. The property is set to AllowGrow yes. However, ocassionally, the detail section of the subform does not grow and only one record is displayed at a time. Has anyone ever had this problem? Thanks, MBaddar
  14. mbaddar

    Problem with Select Statement

    Hi, I'm trying to write a query and I'm having a problem. The query is a select statement that tries to bring back all part descriptions that are similiar to a part description a user might enter. I'd like to allow the user to be able to enter multiple descriptions such as "cylindrical...
  15. mbaddar

    Only able to navigate through newly entered data

    Hi, I have an MS Access 2000 form I'm creating. There are record navigation buttons on the form (next, previous, first and last record). For some reason, I can only navigate to the records that have just been entered into the system. For example, if a user goes into this form and enters three...
  16. mbaddar

    Wrong number of arguments error

    Hi, I haven't worked with ASP for a little while so I'm kind of rusty. Right now, I'm just trying to call a stored procedure from an ASP page. The procedure is only taking one argument and I'm just trying to pass it a hard-coded string. I keep receiving a wrong number of arguments or arguments...
  17. mbaddar

    Change starting value of autonumber field

    Hi, Does anyone know the easiest way to change the starting value of an autonumber field in Access? Thanks, MBaddar
  18. mbaddar

    Need 2 API calls

    Hi I'd like to know if there are a couple of API calls out there that I can use. I need one to send a carriage return and another to read data from a serial port. Does anyone know if these exist? Desperate!!! MBaddar
  19. mbaddar

    Active X vs. Non Active X DLL

    Hi, Does anyone know if you can create a non active X Dll with VB? I want to create a VB Dll and call it from another program. The program that will call the DLL cannot call Active X Dll's. It can only call DLL's that aren't Active X. So, does anyone know how to create a non-Active X DLL with...
  20. mbaddar

    Hi, I'm sorry, I'm a little rust

    Hi, I'm sorry, I'm a little rusty in Access, I forgot you can just click on tools, sort. Thanks, MBaddar

Part and Inventory Search

Back
Top