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 Wanet Telecoms Ltd 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: MaDmiX
  • Content: Threads
  • Order by date
  1. MaDmiX

    Cannot enter design mode after DB conversion

    Hi All, We have recently converted our database from Access 97 to 2000. All went relatively smoothly, but I notice that now I cannot enter design mode unless I open the database in exclusive mode. To do this I have to kick everyone off of the system (which disrupts operations). This didn't...
  2. MaDmiX

    Create a date stamp when record is saved

    I have been trying to create a field in my form that will update my table with the current date everytime the form is saved (a way of keeping track of the most recent change date). I have tried the Date()expression in the before and after update properties but it doesn't do anything, and if I...
  3. MaDmiX

    Trying to make a button to create new record and increment field

    Hi everyone, I have been searching around for a solution to this problem but can't seem to find one. I have a subform containing a field (called segment_#). I have created a command button to create a new record on this form and increment the segment_# field by one (actually it assigns a value...
  4. MaDmiX

    Trying to require fields to be filled w/o required property

    Hi, Thanks for all the help I've been getting from the forum. I have a question about required fields and subforms. I created a form that contains a number of required fields, and a subform within it. The tab order is set so that the subform is reached before all of the required fields on the...
  5. MaDmiX

    Have an expression on a form update a table field

    Hi Everyone, I might be out of luck here, but is there a way to have a table field updated via an expression on a form control? I have a text box on my form that calculates a value based on two other text boxes on the same form. The problem is that I can't get it to update the corresponding...
  6. MaDmiX

    Trouble using an expression in a function procedure

    Hey there, I have creted the following expression to return a framecount from a user entry of "hours:mins:secs:frames" = (Val(Mid([timecode], 1, 2)) * 60 * 60 * 29.97) + (Val(Mid([timecode], 4, 2)) * 60 * 29.97) + (Val(Mid([timecode], 7, 2)) * 29.97) + Val(Mid([timecode], 10, 2))...

Part and Inventory Search

Back
Top